but whats the problem is if cookies are disabled then session is going to
return always new so even if we track with the session id if the user
refreshes the page then a new session is created .so to prevent this do like
this
HttpSession hs=request.getSession(false);

so while the server searches for any session it doesn't create one then use
it

___________________________________________________________________________
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