my question goes like this:
On a one website, assume that I log on successfully then close the browser, since I didnt click the log out button and open the browser again I must expect that I still on Log On status....
what I want here is the code on LOG status even I close and open the browser...
Just use a cookie with the user information, so that you know who is logged in. This does have some security concerns, so you may consider hashing it first, but from your question, I doubt security is that big of a deal to you.
« Reply to Log status question....even open and close the browser...