![]() |
session login and logout time
Hi,
I have to calculate login and logout time of an user. I store the session creation and session out time. How do I calculate the minutes or hours user have loged in. Do u have any code snippet for it? |
Re: session login and logout time
What is the time storing unit. Is it unix time stamp?
Try this. Code:
$beginTimeConverted=strtotime($beginTime); |
Re: session login and logout time
Thanks, It will help in writing the code.
|
| All times are GMT +5.5. The time now is 22:30. |