I've found that the problem exist also on a single wiki, if it's not
mapped on the virtual root of the web server....

So, the same single wiki works fine if I have on apache2.conf :

WSGIScriptAlias  /  /wiki/moin.wsgi

but doesn't cache login authorization for more than 1 page if I have :

WSGIScriptAlias  /myonlywiki  /wiki/moin.wsgi


I'm ready to file a bug if you wish (or are unable to reproduce the problem).


Best regards,
Nico.


2010/1/8 Nico Zanferrari <nicoz...@gmail.com>:
> No, I've already tried the fix :
>
> from farmconfig import FarmConfig
> class Config(FarmConfig):
> ...
>    from MoinMoin.web.session import FileSessionService
>    session_service = FileSessionService()
>
> but it didn't work...
>
> From my point of view, this problems is different. The authentication
> is not valid anymore whatever I do after the first page - even on the
> same wiki! On the server, I can see the session files but on the
> client there is no cookie at all.
>
> Thank you,
> Nico.
>
>
> 2010/1/7 Thomas Waldmann <tw-pub...@gmx.de>:
>>> I have exactly the same problem (authentication valid just for the
>>> fist page, with a fresh 1.9 WSGI setup on Ubuntu 9.10). I've noticed
>>> that in this case the session cookie is not wrote at all on the client
>>> (tested with Chrome) - even with cookie_lifetime = (1, 12) parameter
>>> in farmconfig.py . Logging does not seem to help....
>>
>> Is it maybe related to this fix?
>>
>> http://hg.moinmo.in/moin/1.9/rev/437558fff184
>>
>> There is also a bug report on the wiki with a workaround without moin
>> code patching:
>>
>> http://moinmo.in/MoinMoinBugs/1.9WikiFarmSessionDirHandlingBroken
>>
>>
>>
>

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to