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/
_______________________________________________
phpGroupWare-tracker mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-tracker