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,

Thanks,

Benjamin

___________________________________________________________________________
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