session_save_session(FALSE) should be called before to change the value of $user, and session_save_session(TRUE) should be called after changing back the variable to its original value.
session_save_session(FALSE) should be called before to change the value of $user, and session_save_session(TRUE) should be called after changing back the variable to its original value.
Comments
Comment #1
avpadernoThe code has been fixed, and the changes committed in CVS.