In my WebApplication is there possible to know the session id inside
newSession method?

public Session newSession(Request request, Response response) {
          Session session = super.newSession(request, response);
          ...
          String id = session.getId(); // returns null;
}



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-1-4-newSession-id-tp4650337.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to