enragedcow Posted March 21, 2006 Posted March 21, 2006 Hey all- Just curious if any of you have ever seen this. SIDs are still showing up in our site URLs, but only sometimes. I'm not talking about the first click or two when you establish the session, I mean for the entire time. It's not a configure.php issue, I have that set correctly, and usually the SID doesn't show up. It's also not that I have cookies rejected on my comptuer - they are turned on, and I see this happen with other people too. So I've ruled out the obvious culprits... anyone have any other ideas? I wouldn't even care (I have sessions for spiders off and updated robots) but it's messing with our FedEx tracking contribution, since if the SID shows up in the URL, it kicks you back to the index.php instead of track_fedex.php. "People tell me I have an inferiority complex. They must be right; after all, they are all smarter than me."
user99999999 Posted March 21, 2006 Posted March 21, 2006 They will always show on first landing because your browser has recieved the session cookie but cant send it back until the next page request. You can use force cookies = true which will send a cookie, redirect, and check if the cookie was sent back but a lot of people dont like that.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.