Turning off jsessionid on URL?

2005-07-07 Thread William Stranathan
Is there a configuration parameter to ONLY send the jsessionid by cookie, not on the URL bar? Picture this, user goes to your site http://www.yoursite.com/yourapp yoursite redirects to the menu page, which gives a jsessionid. That page is under an auth-constraint and requires login, so you get

Re: Turning off jsessionid on URL?

2005-07-07 Thread Tim Funk
Please stop posting the same question 4 times and please wait for a response. The answer to the question below is no. There is no switch. To not use URL rewriting, do not utilize the method HttpServletResponse.encodeURL(). Of course - this requires a code rewrite. The easier solution is to

Re: Turning off jsessionid on URL?

2005-07-07 Thread William Stranathan
I only sent the message once. I apologize for any inconvenience, but I wonder if gmail and/or ezmlm are having issues today - I've received the welcome message from ezmlm four times now. w On 7/7/05, Tim Funk [EMAIL PROTECTED] wrote: Please stop posting the same question 4 times and please

Re: Turning off jsessionid on URL?

2005-07-07 Thread Michael Jouravlev
See my question about two weeks ago on how to detect jsessionid in the URL. Looks like it is not directly possible, but you can use our own request parameter to find this out. After you detect that jsessionid is in the URL (the harder part), make another redirect to the same location, and URL will