Note that Session cannot tell the difference between multiple instances
of a browser on a single executable, so if you are testing by using,
say, Netscape and two separate browser windows, it's really only one
process so they will receive the same session values.

-bml

nischala wrote:

> Hi all, I am working on Apache web server with a Jserv patch.The first
> servlet invoked establishes a session and puts some values(like user
> id etc.,.).These values are used in the following servlets.This works
> fine for the first request.But if I try to invoke the same servlet
> again,It says the value(which was available previously for the first
> request) is null and logs out.what could be the problem...?Can anyone
> help me out.....?

--
_________________________________________________________________________

Brian M. Long      RandomWalk Computing, Inc.    [EMAIL PROTECTED]

'Apollo was astonished / Dionysus thought me mad' -Hemispheres, 14:52
__________________________________________________________________________

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to