Chris Backas wrote: > Hello all, > > An application we're developing on WebWare recently gave us an > exception report that I can't seem to make much of; it looks like it > was trying to get a session out of the memory store and couldn't find > it, but there doesn't appear to be any of our code in the traceback, > so I'm uncertain as to how it might have been caused. This hasn't > been a common problem, we're been through almost 2 months of testing > before we saw it; but I'd like to run it by you experts to see if you > have any input as to what I should be looking for. The user was > attempting to log out at the time. > > Thanks! > Chris Backas
Any chance they pressed the logout button twice, resulting in two simultaneous requests for the same session? What does your code do on logout? Does it clear all session values, invalidate the session, or something else? - Geoff ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
