BTW, I was expecting a behavior like a cookie, but later I found the Cookie
class and now I am able to use things like create cookies, setMaxAge(),
getCookies, getName(), getValue(), etc. and also I found the cookies files
in the file system. Well, just learning.

The thing that confused me was that when using HttpSession If I disable
cookies on the browser, the HttpSession do not work.

Benjamin



-----Original Message-----
From: Gokul Singh [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 16, 2001 5:07 PM
To: [EMAIL PROTECTED]
Subject: Re: Where is the session info?


----- Original Message -----
From: "Milt Epstein" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>


> On Wed, 16 May 2001, Nevarez, Benjamin wrote:
>
> It's in memory (that's true on all OS's/platforms).  The JVM's, that
> is.

This is true of the simple containers. More complex servlet containers (like
iPlanet App Server, iPlanet Web Server.. ) may synchronize the session data
to a persistent storage like Database or a flat file or LDAP to provide fail
over support.

Regds,
Gokul

>
> Milt Epstein
> Research Programmer
> Software/Systems Development Group
> Computing and Communications Services Office (CCSO)
> University of Illinois at Urbana-Champaign (UIUC)
> [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

Reply via email to