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....

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.