Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

SESSION Based Question.

Friends, My project is based on online banking.

In this project,i need one code to make session's part work.

Suppose, when the user log's -in to check his account status, and suddenly the power goes off, then how his data is protected?

How the session can be automatically terminated and logg's off the application opened by the USER?

Please Help me with your answer's.And I hope this is really a useful question for every JAVA Programmer.
[495 byte] By [radhika743] at [2007-11-11 10:29:57]
# 1 Re: SESSION Based Question.
Normally these scenarios will be resolved by setting the maximum inactive interval in the HttpSession you retrieved from the request by calling setMaxInactiveInterval(int second)
sudheerprem at 2007-11-11 22:31:33 >