[Top][All Lists]
[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');
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgroupware logout.php,1.26,1.27,
Mark A Peters <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: sitemgr/inc class.Categories_SO.inc.php,1.9,1.10
- Next by Date:
[Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions_db.inc.php,1.10,1.11 class.sessions_php4.inc.php,1.14,1.15
- Previous by thread:
[Phpgroupware-cvs] CVS: sitemgr/inc class.Categories_SO.inc.php,1.9,1.10
- Next by thread:
[Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions_db.inc.php,1.10,1.11 class.sessions_php4.inc.php,1.14,1.15
- Index(es):