I tried that one, but hte problem is, I am not sure when the user will get
session timed out. In the mean time, if I use that method, I will always
have to set header in the response everytime I want to move from one page or
servlet to another. I was hoping that servlet API 2.3 with filter will help
me with that.
But thanks for the tip.
Rendra
-----Original Message-----
From: Nic Ferrier [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 6:20 PM
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