Jump to content

session_set_cookie_params help.


marcus

Recommended Posts

Ok... this is kind of a weird request, but do the following 2 or 3 times, and tell me if the cookie IDs are different each time:

 

Open cmd (start->all programs->accessories->Command Prompt or just start->run->type "cmd" and hit enter (or win logo r then type it and enter).

 

enter the following:

 

telnet yoursite.com 80

 

Then, once telnet connects, copy and paste (or type) this:

 

GET /index.php HTTP/1.1

Host: yoursite.com

 

 

 

Makes sure you hit enter twice after the Host line or it'll just sit there....

 

This is making a request to your site would except through telnet so that you can see the headers (and the cookie set requests).

 

If it has the same sess id each time, it means something is weird with the settings, but if it has 3 different ones, then session_set_cookie_params stuff still isn't right....

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.