Jump to content

Seeing when users are online.


JSHINER

Recommended Posts

No, because one client's session information is not accessible through another's without some clever hacking. And even then, unless your session's temp directory is isolated, you can get incorrect results.

 

It's possible, but requires a lot of hacking.

 

The idea is to not use session_start() and the $_SESSION array to store a user's session, but rather use something like this:

 

http://www.phpclasses.org/browse/package/1518.html

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.