----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
on 6/26/2000 6:42 AM, "Kevin MacClay" <[EMAIL PROTECTED]> wrote:
> One thing we've noticed is that it isn't just the cookie that is
> disappearing, it's the actual session object on the server as well. When we
> list out sessions in the session context, and let users stand idle... most
> users will be fine and sit in the list until their session expires like
> normal, but some seem to expire early for no apparent reason. And indeed,
> real users have complained that they were in the middle of doing something
> when their session expired.
>
> One question: Do all of your sessions die prematurely? Is EVERY one timing
> out at 5 mins? Because with us it only seems to be with certain
> users/computers/browsers (we're trying to figure out what the difference
> is).
>
> Kevin
anything that you put into the HttpSession NEEDS TO BE SERIALIZABLE.
otherwise it will be lost when your classes change and the classloader is
reloaded. read the JServ changelogs.
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]