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: Helmut Schottmüller <email@hidden>
- Date: Wed, 15 Oct 2008 15:10:15 +0200
Cool, thanks Mike!
Regards,
Helmut
Am 15.10.2008 um 15:09 schrieb Mike Schrag:
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
_______________________________________________
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