Please answer this simple SPAM challenge: min(three, two)? (Example: nine)
If you want to change the session id on each log in, make sure to use session_regenerate_id(true) during the log in process. <?php session_start(); session_regenerate_id(true); ?> [Edited by moderator (googleguy at php dot net)]
<< Back to user notes page