on 7/8/01 11:45 AM, Lasse at [EMAIL PROTECTED] wrote:
>> this was the first approach I thought about, but I don't know how to check
>> session IDs other that current one I use session_is_registered() to check
>> for the current session but how can I check for other sessions ? tell me
>> please :)
>
> Um... I'm not sure... I've never actually used sessions myself.. :-) I just
> figured that it would be possible...
php session info can be stored a couple differet ways on your server. the
default is a file (one for each session) in /tmp. the name of the file
includes the session id.
http://www.php.net/session
-- mike cullerton
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]