see WebSession class http://wicket.sourceforge.net/apidocs/index.html
and ISessionFactory and WebApplication.getSessionFactory there are examples of how to use in wicket examples you can get the session in a Page or Component with getSession() method On 9/5/05, Manuel Corrales <[EMAIL PROTECTED]> wrote: > Hi, does wicket in any way manage user sessions? > > If not, how can i manage user sessions in a tomcat environment? > > Using stateful bean only work on a j2ee app server, am i correct? > > Thanks. > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
