Rajini Kand

Greenhorn
+ Follow
since Aug 05, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Rajini Kand

Here is the question

<session-config>
<session-timeout>10</session-timeout>
</session-config>

What really happens at the container side when the session is timed out?

I a configure a sessiontimeout.jsp to be displayed. I want to know if what is the flow from session time out to display of jsp from the container perspective

Is there a difference between session time out and session invalid?

Does the container takes care of session time out or it has to be programatically done?

Is it dependent on the application server?

Thanks in advance
16 years ago
sorry It got submitted before I even typed the question.

My system just want to go ahead of me

My mistake
16 years ago
<session-config>
<session-timeout>10</session-timeout>
</session-config>
16 years ago