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