Actually just to be sure i deleted all the existing cookies against my app, and i still face the issue...
Well for wicketstuff i do get to see the jsessionId appended to the url for all the examples i browsed and it seem to be working fine..btw just for information what web/app-server are the above examples deployed on..so you dont think i have to do any particular configuration on the web-server for this.. btw forminput example is taking me to internal-error page with/without cookie-enabled..has to do with something else.. Thanks in advance.. Johan Compagner wrote: > > Are you sure there isnt some cookie reuse of the previous sessions? > All urls go through urlEncode so that should alter the url, just as it > does the first time. > > What happens if you test it with http://wicketstuff.org/wicket13 ? > > On 1/25/08, mfs <[EMAIL PROTECTED]> wrote: >> >> 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] >> >> > > --------------------------------------------------------------------- > 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-tp15078644p15097235.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]
