Saurabh Sehgal

Greenhorn
+ Follow
since Jun 18, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Saurabh Sehgal

Thanks Bosun for your reply. Though I will try these things out, but could you tell me how to manipulate the header information. I know that there is something like "response.setHeader(.............)", but I ain't too sure how it works.
Bye,
Saurabh

Originally posted by Bosun Bello:
You can use the get/setMaxInactiveInterval() method to achieve what you want to do. You can also invalidate a session by using the session's invalidate() method.

Bosun


22 years ago
Hi freinds,
I am working on a web site.
I was facing the problem that once the session is created, it stays active for a long length of time.
I want to know how that session get expires : how to set the time of expiry of the session.
Sincerely,
Saurabh
22 years ago