Christoph Zwerschke a écrit : > 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 > > I reverted to 0.9.2 because of the cookie clear bug which I couldn't find a workaround. I'll try when I get some time on the devel server. >> When I go to another /wk/* url I get another cookie >> > > But this would be redirected to /wk/wk/* and not work anyway? > > No, in my case I only redirect / (^/$) with [PT] rewriting (Pass Through) Other urls are not redirected. >> 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? > > As I said I reverted.
Here is the rewrite rule (apache 2): RewriteEngine on RewriteRule ^/$ /wk/Main [PT] Thanks for your support. ------------------------------------------------------------------------- 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