|
Hi Suhas, You might try something like this: HttpSession session = request.getSession(); If (session !=
null) { �� id = session.getId(); } Hope this helps, Jon. -----Original Message----- Hi I want to know the http request
header key - I'm writing request.getSession(true) in
the jsp . This method in turn might be settting the browser
header key .( dunno exactly name of that key) So whenever server receives this key
in the http request , server identifies the user , if the key is present in the
request Server checks the hashtable
stored in the server and retrieves the In another jsp page I tried to print
all the request header keys , But there wasn't any such key found . ? Can u tell how to check for that key
|
- question in user state management using Session suhas
- Re: question in user state management using Sessi... Jon.Ridgway
- RE: question in user state management using Sessi... Meeraj Kunnumpurath

