Hello dear colleagues,
Is there a way using a PHP expression to find out who is logged into my website reserved area ?
I have a field on the database that is set to 0 or 1 depending if the user is looged in or not, but after a while he gets logged out, because of inactive time reason and this field is not geting updated.
Also if he closes the browser without hiting the logout button, I also get the info that they are logged in when on reality they're not.
Is there a way to fix my problem ?
Thanks in advance for all the suggestions,
pipesportugal
Is there a way using a PHP expression to find out who is logged into my website reserved area ?
I have a field on the database that is set to 0 or 1 depending if the user is looged in or not, but after a while he gets logged out, because of inactive time reason and this field is not geting updated.
Also if he closes the browser without hiting the logout button, I also get the info that they are logged in when on reality they're not.
Is there a way to fix my problem ?
Thanks in advance for all the suggestions,
pipesportugal
Comment