posted 14 years ago
Hi All,
I have created a simple application.
It asks for an username password, once given it takes me to the Index Page.
Now I wish to learn & use session in my application.
For a given period of time as specified in web.xml, I should be logged in. Then the session should get invalidated.
I wish to know the usage of session.
How to effectively use sessions in my application?
Thanks in advance.