I already RTFM. From the manual I understood that you are also part of developing TFM. But in TFM, restoring of the session is mentioned as automatic when the applicatio/server restarts. But I want to control both storing and restoring of the session using my code. Is this possible? Thanks, Anu Mathew ----- Original Message ----- From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, April 15, 2004 6:45 PM Subject: RE: Session persistance
> > Hi, > > >I need to > >1. Store the session object in a database (I can trigger this operation > >from a jsp say logoff.jsp ) > >2. Retrieve the session object from the database (I can trigger this > >operation from a jsp say login.jsp ) > > > >Thoughts?? > > Here's one thought: RTFM. JDBC store for sessions: > http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/manager.html > > Yoav Shapira > > > > > This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. > > > --------------------------------------------------------------------- > 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]
