Hi all,
I am using JSPs and
Servlets for my application.. and it doesnt have log in mechanism
To persist the values in the form(across multiple tabs) i am using session...
When ever i am hitting the same url in the same window the values still persist.. How to i invalidate the session on new browser request..
Regards,
Avi