I doubt that tomcat support this kind of session cookies. However, you
could configure tomcat to have session timeout about 24h (or whatever
you need) and in your servlet/filter/action overwrite JSESSIONID
Cookie with a persistent cookie. I think it should work equally well.
regards
Leon

On 5/1/06, Paul Sideleau <[EMAIL PROTECTED]> wrote:
I am in progress of moving an old legacy based web
application for internal use from Sun Java System Web
Server to tomcat. We currently have a Sun Java System
Web Server specific setting that allows the JSESSIONID
cookie to be persisted to their machine for a day.
This allows internal users to close their browsers
without having to log back in again. Is there a
similiar tomcat setting? I have not been able to find
one.

Thank you.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.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