Hi,
I have a logon script using cookies.
Just wondering how to get a last login date.
The user can just close the browser window, not log off, come back a week later and the site will not update the user's last login date.
Any ideas?
why not use a database if available, then check against that when re-visiting after use an 'update'.
Thanks for your help.
I used sessions to log when the user logged in 🙂