Hello All,
I am brand new to PHP but have a lot of experience in MivaScript.
I would like to know the best method of tracking users for logging into a site; is it by setting client-side cookies, PHP session variables, etc.; what is available in PHP for this?
In MivaScript, the best way of keeping track of users is to set a cookie on the client-side with a session id and then put this session id from the cookie in a database with a toggle for logged in or logged out. Is this also customary for PHP scripting?
Thanks,
Ed