phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgroupware logout.php,1.26,1.27


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware logout.php,1.26,1.27
Date: Sun, 15 Sep 2002 18:14:26 -0400

Update of /cvsroot/phpgroupware/phpgroupware
In directory subversions:/tmp/cvs-serv24803

Modified Files:
        logout.php 
Log Message:
One more fix for the cookie stuff.  This will at least delete properly.

Index: logout.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/logout.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** logout.php  30 May 2002 09:44:38 -0000      1.26
--- logout.php  15 Sep 2002 22:14:24 -0000      1.27
***************
*** 59,65 ****
        if($GLOBALS['phpgw_info']['server']['usecookies'])
        {
!               Setcookie('sessionid');
!               Setcookie('kp3');
!               Setcookie('domain');
        }
  
--- 59,65 ----
        if($GLOBALS['phpgw_info']['server']['usecookies'])
        {
!               $GLOBALS['phpgw']->session->phpgw_setcookie('sessionid');
!               $GLOBALS['phpgw']->session->phpgw_setcookie('kp3');
!               $GLOBALS['phpgw']->session->phpgw_setcookie('domain');
        }
  





reply via email to

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