Switch to full style
What's behind JSP & Servlets
Post a reply

Default Expire time for Session JAVA

Thu Oct 23, 2008 1:52 am

Please clarify my doubt regarding the Cookies and Session......

Cookie will be maintained in Client side. The expire time for this, until we
delete cookies.

But, what is the default expire time for Session.



Re: Default Expire time for Session JAVA

Thu Oct 23, 2008 1:54 am

A session starts the first time a user submits a request to your Servlet,
and it ends either when the user quits his or her browser or when the
session times out which is configurable. So default lifetime for session
is time between first request made and browser closed.

Post a reply
  Related Posts  to : Default Expire time for Session JAVA
 how to write code message to user before session will expire     -  
 Default Initial Values in java     -  
 How to get system time in java     -  
 Java script time parameter     -  
 Java Websphere Portal Developer Full-time position in IL     -  
 Use the 'default' case     -  
 Function with default parameters     -  
 Assign default property value     -  
 String type default value     -  
 Change letters to upper case by default     -