[phplib] Anyone please assist - active session variables From: Bryan Willett (bryan <email protected>)
Date: 05/23/00

I don't know if my questions to this list have been bad or
what but I haven't gotten any help from it. If anyone
out there can provide assistance, please do.

Here is what I want to do:

Retrieve active session variables programmatically
without creating a session to do so.

How do I do this?

Does no one out there need to know: who is currently
logged into their site (has an active session) and
the value of certain active session variables?

There appears to be no resources in PHPLIB to do this.

Creating a session to do read the active session
variables is too CPU intensive. I created my own
session function called loadvars that does this:

$this->set_container();
$this->get_id($sid);
$this->thaw();

But looping over a active_session table that only
has ~300 entries takes way too much CPU and time.

How do I get at the active_sessions data programmatically?

Thanks

Please send a reply to: bryan <email protected>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>