Hi, On Thu, Oct 11, 2012 at 10:50 AM, shruts <[email protected]> wrote: > Hi > > i have an application which consists of 2 components. For 1 component i'm > providing login and for the other i'm not. As per the wickets defaults > nature it creates session for whatever request u make.
Wicket Session is created but it can be temporary if the page is stateless. HttpSession is created only once you use a stateful page. > > Now my question is can i specify 2 different session timeout parameters for > the 2 components individually? > If so then how can i ? No. The Servlets API does not provide such functionality. > > Currently i'm using Wicket 1.4.17 version ? > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/how-to-manage-Session-Timeout-on-different-pages-tp4652871.html > Sent from the Forum for Wicket Core developers mailing list archive at > Nabble.com. -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com
