Hi vidhj, The session timeout is strictly a function of a servlet container you are using. Most of them listen to web.xml session-timeout property in session-config section. Look up web.xml syntax on the web.[1] This has nothing to do with Apache Click.
Regards, Gilberto [1] http://www.mkyong.com/servlet/how-to-configure-the-session-timeout-in-servlet/ 2012/9/13 vidhi <[email protected]>: > Hello everyone, > > I am a newbie to Apache Click Framework and I am evaluating > Clickide-2.3.0.0 from the past few days. I am stuck on one part involving > session timeouts. > I state my problem definition as follows - > > If I want to handle session expiry by setting session timeout interval in my > server configuration (I am using apache tomcat 7), > there is no support provided by Click as provided in case of other > Frameworks like ZK (timeout-uri specified in .zul file) > > All the work-arounds that I have found so far involve hard coding the > validation and constraint checks explicitely in java using Session objects > or Context manuipulation. No support available from Framework side. > Any help will be appreciated. > Thanks in advance. > > > > > -- > View this message in context: > http://click.1134972.n2.nabble.com/Session-Expiration-Handling-in-Click-tp7578240.html > Sent from the click-development mailing list archive at Nabble.com.
