Hi all!

I have following design problem and I hope anybody can help me.I need to
develop web based
access to the database. Every user who try to work with this system need to
log in before real access
to database. It works fine with session tracking mechanism (access to
database provided by set
of appropriate servlets and beans).
But problem occurs when the user bookmarked some page and the tries to come
directly to bookmarked page.
Does anybody know the way how to prevent this and show login page instead
bookmarked one?

I think this could be implemented by processing of all request to whole site
by one servlet, which will
further dispatch all requests, but I'm afraid this could apply additional
bottleneck to system.

---------------------------
Sincerely
Andrey Sazonov
([EMAIL PROTECTED])

___________________________________________________________________________
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