Date: 05/23/00
- Next message: amarcelo: "Re: [phplib] Configuring for Inclusive Permissions"
- Previous message: Dale Lovelace: "[phplib] Problems with Oracle DB_Sql->connect()"
- Next in thread: toby cabot: "Re: [phplib] Anyone please assist - active session variables"
- Reply: toby cabot: "Re: [phplib] Anyone please assist - active session variables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: amarcelo: "Re: [phplib] Configuring for Inclusive Permissions"
- Previous message: Dale Lovelace: "[phplib] Problems with Oracle DB_Sql->connect()"
- Next in thread: toby cabot: "Re: [phplib] Anyone please assist - active session variables"
- Reply: toby cabot: "Re: [phplib] Anyone please assist - active session variables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

