Jump to content

cookie name


jimfog

Recommended Posts

I am using fiddler to see details about the cookie sent from w3scools forums. My question is form where I will see the name of the cookie? I mean the name the we put on the setcookie function. The only thing I see is(along with some other things) is pass_hass.....followed by a random number.

Link to comment
Share on other sites

No need to bother, I found it.

Link to comment
Share on other sites

pass_hass Is the name. DO the following. Call setcookie() with the required paramters, use fiddler and in it, you will see the name you putin setcookie(). In fiddler, you will see the name in the following way. name=value(where name is the name you used in setcookie)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...