phpgroupware-users
[Top][All Lists]
Advanced

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

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


From: Marco Gaiarin
Subject: [Phpgroupware-users] A strange problem with sitemgr...
Date: Fri, 19 Sep 2003 17:07:17 +0200
User-agent: Mutt/1.5.4i

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.


-- 
dott. Marco Gaiarin                                 GNUPG Key ID: 240A3D66
  Associazione ``La Nostra Famiglia''                http://www.sv.lnf.it/
  Polo FVG  -  Via della Bontà, 7 - 33078  -  San Vito al Tagliamento (PN)
  gaio(at)sv.lnf.it             tel +39-0434-842711    fax +39-0434-842797

         Proteggiamo l'innovazione in Europa: no ai brevetti software
                           http://swpat.xsec.it/




reply via email to

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