I cannot do that, I need the client to tell me where they were from after
the SESSION TIMED OUT. I do not want to use file or DB to write the user
state either because I still do not know what is the key to get the user
position or where they came from.
-----Original Message-----
From: K.S.SREEDHAR KUMAR [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 9:44 PM
To: [EMAIL PROTECTED]
Subject: Re: Session Time out
instead of cookie we can store the info on the server itself no!
-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 25, 2001 6:50 AM
To: [EMAIL PROTECTED]
Subject: Re: Session Time out
>>> "Basuki, Rendra" <[EMAIL PROTECTED]> 25-Apr-01 1:44:56 AM >>>
>I can use cookie to remeber the user entrance, but
>cookie can be disabled. So, any idea how to solve
>my problem?
String ref=request.getHeader("referrer");
response.sendRedirect(ref);
Not a very clean thing to do though.
Nic Ferrier
___________________________________________________________________________
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
___________________________________________________________________________
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
___________________________________________________________________________
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