That shouldnt happen. If cookies are disabled you should get a
jsessionid in every url so that the container can track you

On 1/25/08, mfs <[EMAIL PROTECTED]> wrote:
>
> 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]
>
>

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

Reply via email to