Nik:
> First off, love the script, it is very simple, and I have learned
> a lot about PHP by reading through it. is there a to makes
> each users session persistent? Meaning, if they log in one day,
> they can come back the next day, and not have to log in again?
Hi. Currently the session information is lost once the user closes his/her browser. This was by design, as it is more secure. However I understand this may be perceived as an inconvenience by some users.
To allow for persistent sessions the code would need a bit of rewrite to store a permanent cookie in the user browser.
Regards,
Mario A. Valdez-Ramirez.
|