Re: [PHP] How know how many sessions are active?

2003-01-20 Thread Jeremías Grunge
OTECTED]">news:[EMAIL PROTECTED]... on 21/01/03 2:07 AM, Jeremías Grunge ([EMAIL PROTECTED]) wrote: > Another question > > Do you know a way to close a session when client closes the explorer? > Perhaps with a client script? Apart from what everyone else has said about cookie li

[PHP] Change base url

2003-01-20 Thread Jeremías Grunge
I've a few of scrcripts in a directory $baseurl/PHP/scripts.PHP And I want to include these a script in a diferent dir example $baseurl/otherDir/otherscript.PHP but the includes that are on the $baseurl/PHP/scripts.PHP now referrer to $baseurl/otherDir... There is a way to say a script wthat is it

Re: [PHP] How know how many sessions are active?

2003-01-20 Thread Jeremías Grunge
en count the number of sessions that were created or > >reactivated (restamped) within your definition of "active" time (eg 3 mins). > > > > > >This has been discussed waaay too many time on the list... do a search on > >the archives for 'active users

[PHP] How know how many sessions are active?

2003-01-19 Thread Jeremías Grunge
Sorry I'm novice. There is a way to know how many sessions are active and to get variables or the id of them? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php