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: [email protected]
For additional commands, e-mail: [email protected]