Guys, I have got my web app deployed on the tomcat 6.0.13, I wonder what configuration do i have to do so as to make tomcat (built-in http server) handles the scenario where a user has disabled the cookies on the browser ? though that wouldnt be the case for most of the users but still if that is so i would want my application (and all session based scenarios) to function normally..
Initially i thought that this would be all taken care of transparently and the sessionId would become part of the url for all requests to the server but thats not the case and my application is taking me to session-expired page for all the links i click on..i guess thats because neither of those links have sessionId post-fixed in it... Please comments.. Thanks in advance -- View this message in context: http://www.nabble.com/When-cookies-are-disabled-by-the-browser---tp15094450p15094450.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]