Hi guys,

I need some expert opinion from the experts out there. Here is my case.

I have two different login page for different kind of user. If the user
wants to enter from Login page one, whne they logged out or got session
timed out, I would like them to return to the page that they logged from.
Not for redirecting user after logging out would be easy becasue I can set a
session attributes that remembers where the user logged from, but in the
event of session timed out, I cannot know where the user logged from becasue
all the session data are gone.

I can use cookie to remeber the user entrance, but cookie can be disabled.
So, any idea how to solve my problem?

Thank you to all of you in advance.

Rendra

___________________________________________________________________________
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