Re: _rewriteURL is not called in Tomcat Deployment
Re: _rewriteURL is not called in Tomcat Deployment
- Subject: Re: _rewriteURL is not called in Tomcat Deployment
- From: Mike Schrag <email@hidden>
- Date: Wed, 15 Oct 2008 09:09:10 -0400
I use setStoresIDsInCookies(true) and the cookie containing the session is now stored in the original root path of my application but the URL is rewritten so it seems that the browser is not able to retrieve the cookie because it is not in the correct root directory. Does anyone know how to force the cookie to use the rewritten URL or (even if it is less secure) simple the "/" path for the cookie?
on your session:
@Override public String domainForIDCookies() { return "/"; }
ms |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden