[jboss-user] [JBoss Seam] - Session timeout

Stateless Bean do-not-reply at jboss.com
Fri Sep 7 12:08:58 EDT 2007


hi,
In web.xml I can set session timeout for example 10 minutes:


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

but when I dont' want to terminate session? how long user web browser is opened session should be opened, how can i do it?


  |  <session-timeout>0</session-timeout> 
  |  <session-timeout>-1</session-timeout> 
  |  <session-timeout>*</session-timeout> 
  | ???? can anybody help me?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082231#4082231

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082231



More information about the jboss-user mailing list