list sessions

Sigurd Nes <[email protected]> Sun, 13 Jul 2008 23:14:51 +0200
Newsgroups gmane.comp.web.phpgroupware.devel
Message-ID <[email protected]>
Hi all,

The new session handler in trunk have all necessary meta-data about the session
embedded in the session itself.

If suhosin - the Hardened-PHP Project is enabled - the session data is encrypted
and the list sessions feature can not be used.

I think the list session is useful for tracking users in case of remote problem
solving.

How about re-enabling the meta information un-encrypted outside the session data
so it is available to the list session ?

This also affects the count of current users.

Regards

Sigurd