corbin Posted October 14, 2007 Share Posted October 14, 2007 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.... Quote Link to comment Share on other sites More sharing options...
marcus Posted October 14, 2007 Author Share Posted October 14, 2007 'telnet' is not recognized as an internal or external command, operable program or batch file. Vista 32-bit for the lose. Quote Link to comment Share on other sites More sharing options...
corbin Posted October 14, 2007 Share Posted October 14, 2007 http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=514636&SiteID=1 Quote Link to comment Share on other sites More sharing options...
marcus Posted October 14, 2007 Author Share Posted October 14, 2007 Hmm. Not sure if I did it right, Vista sucks ass, that's all I'm going to say. Eh, I'll post tomorrow, this is pissing me off as is, thanks for your help today. Quote Link to comment Share on other sites More sharing options...
marcus Posted October 14, 2007 Author Share Posted October 14, 2007 ;o bumpith. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.