Dear all,
In php, the codes of the session_start() and session_register(" ") are to register the clients to enter our website. And the code session_unset() is to logout. However, if we close the browser with logout and then open the browser again, the register is not required to enter the website. Please give some possible methods on the register is required in this situation since many clients always forget to logout before close the browser.
Thanks!
Sincerely yours,
Simon