Forum Moderators: coopster
Now i have a form in which the user can change his username and password and after they do that they get a blank white page and cannot access any of the pages with session!
What I put was
$_SESSION['username'] = $_POST['username'];
in the script that processes the new data into database but it doesn`t work!
As if the session variables can`t change their value or something!
Help!