Ben Parker wrote:
> Example of the problem:
> 
> url submitted by the browser: http://mydomain.com/es/path/to/servlet
> url after modification by mod_rewrite: http://mydomain,com/path/to/servlet
> 
> REQUEST_URI value : /es/path/to/servlet
> PATH_INFO value: /path/to/servlet
> SCRIPT_URL value: /path/to/servlet
> 
> the _servletPath is: /es
 >
> This means that cookies are written to the path of "/es/" rather than 
> the path of "/" which causes users to think their session has been lost. 

But isn't that the correct _servletPath? Why should the cookies be lost? 
The browser uses the url starting with /es/, so this should be just the 
right cookie path for your application.

-- Chris

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to