Sorry for the late answer, I was offline was some weeks.

sophana wrote:
> Now looking at firefox cookie list, when I go to my server root url, I
> get a SID cookie with the path set to //

This is a bug. It should only be '/'. I have already fixed it in the 
trunk. Can you try again with the HTTPRequest module from SVN?
http://svn.w4py.org/Webware/trunk/WebKit/HTTPRequest.py

> When I go to another /wk/* url I get another cookie

But this would be redirected to /wk/wk/* and not work anyway?

> I think the default cookie path should not depend on the path before
> going through mod_rewrite but the destination path : /wk/

The problem is that the cookie path is evaluated by the browser, so you 
need to set it to the path *before* rewriting takes place.

Can you let me know whether the latest HTTPRequest module solves the 
problem? If not, can you send me your Apache config so I can reproduce 
the problem?

-- Christoph

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to