How to track user logged out or not? When user is idle?
Answer / Shuchita Joshi
To track if a user is logged out, check the session status in your PHP scripts. If the session is destroyed, the user is logged out. For tracking user idleness, you can use JavaScript on the client-side to periodically ping the server and update the last activity timestamp on the server-side.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can post form values with out press submit button
How do you use an array in excel?
How the result set of mysql be handled in php?
Tell me what is pear?
What is register_globals in php?
6 Answers Castling IT, HCL, Intel Soft Solutions, Millennium,
What are form input html tags?
code to see the priview of the image which is being uploaded (after browising the image... just click priview ... how it will be visible...before uploading)
Can php replace javascript?
What is string function sql?
What are the different functions in sorting an array?
How to retrieve the original query string?
What is the use of magic function in php?