It's seems all links except for check-out have a PHPSESSIONID parameter. Are you just losing your sessions rather than having them idle out?
First visit: PHPSESSID=ff74bd60b3ef042a
After checkout: PHPSESSID=1d36ce83f77635fb
Yeah, every time I go to the checkout, I get a new session (and therefore a new shopping cart).
Also I don't get the "no matter what is placed in the cart after that" problem, not unless I'm using the back button and the pages are coming from the browser-cache with the old session IDs.
--
Lee
Main Topics
Browse All Topics





by: coreybryantPosted on 2007-06-14 at 03:45:02ID: 19282183
Hopefully you also placed this in PHP / Linux zones since it has more to do with that than e-commerce.
My knowledge with PHP / *NIX is sparse, but with Windows, I know there is a setting in IIS that can be raised to increase the timeouts. Did you ask your hosting company to check the time out feature on the new server?
-Corey