php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37700 We does not have any method to find out number of loged in user at time in PHP
Submitted: 2006-06-05 13:28 UTC Modified: 2006-06-05 13:40 UTC
From: frnd4gan at yahoo dot com Assigned:
Status: Not a bug Package: Session related
PHP Version: * OS: *
Private report: No CVE-ID: None
 [2006-06-05 13:28 UTC] frnd4gan at yahoo dot com
Description:
------------
We does not have any method to find out number of loged in user at time in PHP.While  In .NET we can define application level variable to track the number of logged in user's but what about PHP?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-06-05 13:34 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

.
 [2006-06-05 13:40 UTC] helly@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

Your .NET forces you to use itself as user handling. PHP is not doing this in anyway. Instead you're supposed to use any technology you want to do that. For instance you might store logged in users in a database. If you you simply count the number of logged in users using an appropriate SQL statement. In case you use sessions you may count the generated session files or whatever you use for session storage.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 06:01:30 2024 UTC