Yes that solution works as I hav tried it, but make sure that you really
need to do it, becuase it takes a lot of overhead.
Eytan
> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Julio
> Monroy
> Sent: Thursday, June 10, 1999 1:59 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Sesion Persistance
>
>
> Sessions will be killed when either the browser or the server are
> shutdown. Your best bet is to log the data in a database, as described
> by a fellow programmer on this message forum.
>
> This way, your data is trult persistent. When the user logs in later,
> just fetch the data, and voila!
>
> John Carbrey wrote:
> >
> > When I create a sesion I want to be able to access the values
> stored by the
> > session next time they access my site. If the server goes down
> I believe
> > that the session information will go down also. Do I need to save the
> > session info to a file, does the Session class do this for me?
> >
> > Yt,
> >
> > John Carbrey
> >
> >
> __________________________________________________________________
> _________
> > To unsubscribe, send email to [EMAIL PROTECTED] and include
> in the body
> > of the message "signoff SERVLET-INTEREST".
> >
> > Archives: http://archives.java.sun.com/archives/servlet-interest.html
> > Resources: http://java.sun.com/products/servlet/external-resources.html
> > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
> --
> Julio C. Monroy
> Chief Information Officer
> MallPhoria!
> 1400 Fashion Island Boulevard
> Suite 940
> San Mateo, California 94404
> p: 650-349-0300
> f: 650-571-1025
> [EMAIL PROTECTED]
>
> __________________________________________________________________
> _________
> To unsubscribe, send email to [EMAIL PROTECTED] and include
> in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html