phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions_php4.inc.php,1.6.2.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions_php4.inc.php,1.6.2.9,1.6.2.10
Date: Thu, 20 Mar 2003 19:48:37 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv30221

Modified Files:
      Tag: Version-0_9_14-branch
        class.sessions_php4.inc.php 
Log Message:
Moved list_sessions and total from admin.socurrentsessions into the 
session-class and implemented them for php4 too.
So admin.socurrentsessions is no longer used and bocurrentsessions as well as 
the phpgwapi/templates/xxx/navbar.inc.php use the session-class to get the 
number of loged-in-users.
Aktivated the accesslog für php4-sessions too.


Index: class.sessions_php4.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.sessions_php4.inc.php,v
retrieving revision 1.6.2.9
retrieving revision 1.6.2.10
diff -C2 -r1.6.2.9 -r1.6.2.10
*** class.sessions_php4.inc.php 20 Mar 2003 23:53:27 -0000      1.6.2.9
--- class.sessions_php4.inc.php 21 Mar 2003 00:48:35 -0000      1.6.2.10
***************
*** 1048,1052 ****
                                        $domain = 
$GLOBALS['phpgw_info']['server']['default_domain'];
                                }
!                               if ($session['session_flags'] == 'A' || $domain 
!= $this->account_domain)
                                {
                                        continue;       // no anonymous 
sessions or other domains
--- 1048,1052 ----
                                        $domain = 
$GLOBALS['phpgw_info']['server']['default_domain'];
                                }
!                               if ($session['session_flags'] == 'A' || $domain 
!= $this->account_domain || !$session['session_id'])
                                {
                                        continue;       // no anonymous 
sessions or other domains





reply via email to

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