phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] A strange problem with sitemgr...


From: Chris Weiss
Subject: Re: [Phpgroupware-users] A strange problem with sitemgr...
Date: Fri, 19 Sep 2003 18:52:25 +0000

this is by design.. sort of.  And if you login to phpgw and then go to the 
stemgr
site wihtout logging out you will be logged in you and not guest.

Marco Gaiarin (address@hidden) wrote:
>
>
>Recently i've modified the php configuration for phpgroupware like:
>
><Directory /usr/local/share/phpgroupware/>
>        Options +FollowSymLinks
>        AllowOverride None
>        order allow,deny
>        allow from all
>        DirectoryIndex index.html index.php
>        <IfModule mod_php3.c>
>                php3_magic_quotes_gpc On
>                php3_track_vars On
>                php3_include_path .:/etc/phpgroupware
>        </IfModule>
>        <IfModule mod_php4.c>
>                php_flag magic_quotes_gpc On
>                php_flag track_vars On
>                php_value session.save_path /var/lib/phpgroupware/sessions
>                php_value session.gc_maxlifetime 43200
>                php_value include_path .:/etc/phpgroupware
>        </IfModule>
></Directory>
>
>
>Now if i go to my public site, sitemgr appear with, clearly, user guest
>printed used.
>
>If i login to phpgw and then i choose to go back to sitemgr/public web
>site i'll get the guest user again... i'm using php4 session with
>cookie.
>
>
>Seems like i've two different sessions alive.
>Seems like that the cookie dir have to be the same for sitemgr and for
>phpgw: now with this setup phpgw have cookie in
>/var/lib/phpgroupware/sessions, and sitemgr on default /tmp.
>
>
>
>        Proteggiamo l'innovazione in Europa: no ai brevetti software
>                          http://swpat.xsec.it/
>
>
>_______________________________________________
>Phpgroupware-users mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]