bugphpGroupWare - Bugs: bug #23386, Sessions not viewable from Admin /...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #23386: Sessions not viewable from Admin / View sessions

Submitter:  Olivier Berger <olberger>
Submitted:  Tue 27 May 2008 03:56:36 PM UTC
   
 
Category:  API - Admin Item Group:  0.9.16.012
Severity:  3 - Normal Priority:  7 - High
Status:  Confirmed Privacy:  Public
Assigned to:  Caeies Open/Closed:  Closed
Component Version:  DEB Operating System:  GNU/Linux - Debian
Reproducibility:  Every Time Planned Release:  None
Fixed Release:  0.9.16.016

Wed 05 May 2010 10:52:07 AM UTC, comment #4: 

This has been fixed in CVS and should be available in the next
release.

Caeies <Caeies>
Group administrator
Thu 29 May 2008 11:59:08 AM UTC, comment #3: 

Well start by bashing Dave who committed without testing ;)

Olivier Berger <olberger>
Thu 29 May 2008 08:52:00 AM UTC, comment #2: 

Hi Olivier,

Thanks for the report, and the correction. I will look at it ASAP. I have other bugs in LDAP to fix in .12 so I will discuss with Dave for the opportunity to make a new release. (hmm, I think I will be bashed for that :).

Regards,

Caeies


Caeies <Caeies>
Group administrator
Tue 27 May 2008 03:59:10 PM UTC, comment #1: 

Problem initially found on Debian package, reported at :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483173

Olivier Berger <olberger>
Tue 27 May 2008 03:56:36 PM UTC, original submission:  

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.

Olivier Berger <olberger>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by Caeies (Posted a comment)
  • -email is unavailable- added by olberger (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-05-05 Caeies Open/ClosedOpen Closed
        Fixed Release 0.9.16.016
    2008-05-29 Caeies StatusNone Confirmed
        Assigned toNone Caeies

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code