Hello.
I have written a web app which requires the users to login with a username and password.
I have noticed that if another user is logged in already then a new user will be shown the first user's screen. I think this is because my servlets use STATIC "request handler" objects to create the pagess (via Xalan/XSLT).
Is this a likely cause of my problem?
Thanks.
I have written a web app which requires the users to login with a username and password.
I have noticed that if another user is logged in already then a new user will be shown the first user's screen. I think this is because my servlets use STATIC "request handler" objects to create the pagess (via Xalan/XSLT).
Is this a likely cause of my problem?
Thanks.