Hi all,

I have a login.jsp page which creates a session and put some values in it.
Depending upon the login i need to create the jsp pages in the fly.  I have
3 different types of jsp pages to be created for example:

if the user name is one then i will create one.jsp
if the user name is two then i need to create two.jsp etc.,

My problem is that since i am creating the session in the login.jsp a user
who logged as one can now able to access the details of the two too.

I have restricted in the main page of all the users whether a session exists
and then if not asking them to login.  But now one user is logging as one
and he can able to change from one to two.  How to prevent this??.  Should i
create multiple sessions or is there any workaround for this.

Thanks a million for ur help.
Srini

___________________________________________________________________________
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