Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi,I've a problem if I use $session for get the user_id I always get the name of user and not the id:$_SESSION["UserID"] = name$_SESSION["UserName"] = namebut i need to get the Id, where is the mistake?
If you need to save any other field value in session variable use AfterSuccessfulLogin event:http://xlinesoft.com/phprunner/docs/save_user_data_in_session_variables.htm