RE: How to set Session-Time out

2000-12-05 Thread kishor babu


Servlet sessions (and JSP sessions, too, since they're the same thing) have a timeout period controlled by a node in web.xml, in the following format:
session-config
session-timeout60/session-timeout
/session-config
This represents the number of minutes since the session was last used, so each page that affects or accesses the session will reset this timer. Note that some J2EE containers use wildly different definitions for this behavior.
Thanks and regards
Kishre Babu Tanety

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Santosh Kumar
Sent: Tuesday, December 05, 2000 11:35 AM
To: Orion-Interest
Subject: How to set Session-Time out

globally for orion and not just for individual web components? 
Regards,
Santosh.
Do You Yahoo!?
Yahoo! Shopping - 
Thousands of Stores. Millions of Products.

How to set Session-Time out

2000-12-04 Thread Santosh Kumar

globally for orion and not just for individual web components? 

Regards,
Santosh.