Although we have not bothered to reproduce the timeout in the e-commerce site we are developing, we also are using CoreSession heavily in all of our pages since we have developed a shopping cart system that resides completly in CoreSession (the data is saved to an external database when the customer places the order). On Thu, May 10, 2001 at 08:49:39PM -0700, Joh Johannsen wrote:
Good news -- its reproducible, sort of... I've had a brief period where I could reproduce an instant "wipe-out" as soon as a session started. I had a slow-loading page, where it renders minus some graphics -- when it is not completely loaded, I click on a link -- when that link comes up all session data is gone.
If I let the page load completely, session data remains. This makes me think it has more to do with the automatic creation of session data, I do: <dtml-call "REQUEST.set('sessionData', sessionDataManager.getSessionData())"> on every single page -- it seems like sometimes I am just getting a new session when I think I should be getting an existing one.
This way is fairly reproducible, not all the time, but so far around 2/3 of the time (and I've tried it like 20 times). The "losing session data" part is like 2/3 of time, but so far I've never lost it if I let page load completely.
Regards,
JJ
------------------------------------------------------ Andres Corrada-Emmanuel Email: andres@corrada.com Internet Programming http://www.mamey.com ------------------------------------------------------