Severity: Warning
Message: fopen(/tmp/ci_sessioni7ppms7se2k4n6hqf3dku07h4bajp5to): failed to open stream: No space left on device
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /tmp)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
By Ankan Sanyal
We can know which users are currently connected to which machines in an office at a particular date.
The code is used to know which users are currently connected to which machines in an office at a particular date.
It will give a report printing the machine name followed by all the current users separated by commas.
There is a sample event class that contains all the details. For example, it shows which user is logged in and which user has logged out of the machine.
It also shows the machine name and other useful details like the time at which they logged in or logged out.
The output will be as shown:-
Submitted by Ankan Sanyal (Ankan)
Download packets of source code on Coders Packet
Comments