Hi,

Session - it is Browser based. When a browser/client interact with servlet, the web server creates a new session for that browser by using the
"session.getsession(true)". It is very much limited to that browser. Once the session expires or browser is closed, it invalidates the session. Hope it helps you ...

Thanks,
Jai

Note : "session.getsession(false)" will not create any session for browse
chala 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.....? 

Reply via email to