Resolved the session problem.

@Inject
private Request request;
 

  .....
       
 Session session = request.getSession(false);
 if (session != null) {
        session.invalidate();
 }



Thanks!



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Page-pooling-in-Tapestry-5-0-tp5717748p5717838.html
Sent from the Tapestry - Dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to