Can I put the JSESSIONID in the persistent cookie?  When user hit the page,
will the serlvet pick up the JSESSIONID from the cookie instead of memory?

Billy Ng

----------------------------------------------------
This mailbox protected from junk email by Matador
from MailFrontier, Inc. http://info.mailfrontier.com

----- Original Message ----- 
From: "Max Cooper" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "Billy Ng"
<[EMAIL PROTECTED]>
Sent: Friday, August 15, 2003 10:06 PM
Subject: Re: persisting session id


> You will lose the session when you close the browser. The session cookie
is
> not persistent, which means your browser will "forget" the session id when
> it shuts down. In addition to that, the app server will destroy old
sessions
> after a timeout period that can be set in web.xml (usually 90 minutes or
> less).
>
> Do you want persistent logins, or are there other things in the session
you
> wish to preserve? If you just want persistent logins, a "remember me"
> feature is coming together for SecurityFilter (http://securityfilter.org/)
> that should be available in the next few months. Note that things added to
> the session in the last session will not be present when you return -- you
> are just automatically logged in again.
>
> -Max
>
> ----- Original Message ----- 
> From: "Billy Ng" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Friday, August 15, 2003 11:12 AM
> Subject: persisting session id
>
>
>
> Hi folks,
>
> This is really a tomcat related question, but I have no luck in tomcat
> ailing list.  My question is I will lose the session everytime I close the
> browser.  Is there a way to persist the session even I close the browser?
>
> Thanks!
>
> Billy Ng
>
>
> ----------------------------------------------------
> This mailbox protected from junk email by Matador
> from MailFrontier, Inc. http://info.mailfrontier.com
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to