phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [bug #23386] Sessions not viewable from Admin / V


From: Olivier Berger
Subject: [Phpgroupware-tracker] [bug #23386] Sessions not viewable from Admin / View sessions
Date: Tue, 27 May 2008 15:56:37 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.14) Gecko/20080404 Iceweasel/2.0.0.14 (Debian-2.0.0.14-2)

URL:
  <http://savannah.gnu.org/bugs/?23386>

                 Summary: Sessions not viewable from Admin / View sessions
                 Project: phpGroupWare
            Submitted by: olberger
            Submitted on: mardi 27.05.2008 à 17:56
              Item Group: 0.9.16.012
                Category: API - Admin
                Severity: 3 - Normal
                Priority: 7 - High
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: DEB
        Operating System: GNU/Linux - Debian
         Reproducibility: Every Time
         Planned Release: None
           Fixed Release: 

    _______________________________________________________

Details:

There's a problem in the Admin / View sessions dialog if using php4
sessions.

Code added in 0.9.16.012 is broken.

Should be :
if ( !isset($session_cache[$file]) && is_readable($path . '/' .$file) )// not
in cache, read and cache it

instead of :
if ( !isset($session_cache[$file]) && is_readable($file) )// not in cache,
read and cache it

Hope this helps.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?23386>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/





reply via email to

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