Guys,

When i disable the cookies on my browser (which i havent really played with
before), pretty much every link i click takes me to the Session-Expired
page..something i need to handle/cater too...

I have created my own custom session by overriding newSession as follows

public Session newSession(Request request,Response response) {
        return new UserRegistrationSession(this,request);
}

Please comment..



-- 
View this message in context: 
http://www.nabble.com/when-cookies-are-disabled-tp15078644p15078644.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to