On Wed, 16 May 2001, Nevarez, Benjamin wrote:

> Hello,
>
> I am doing tests with session info in servlets and have the following
>
>    - one servlet
>    HttpSession session = request.getSession(true);
>    ...
>    session.setAttribute("examples.test", "Black Sabbath");
>
>    - other servlet
>    out.println(session.getAttribute("examples.test"));
>
> Everything is working perfect. But I am curious and want to know
> where the information is saved on my local computer. I tried using
> 'find' in several directories but found nothing.
>
> I am using Windows NT but I think any information on other Windows
> versions will be helpful,

It's in memory (that's true on all OS's/platforms).  The JVM's, that
is.

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

Reply via email to