Thats what i expected to happen to, i am using tomcat right now and checking
if there is any configuration i need to do..actually so far none of the
urls/link have session-id embedded in them..which is the reason for the
behavior..




Johan Compagner wrote:
> 
> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/when-cookies-are-disabled-tp15078644p15095044.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