[SOLVED] Â Session UserID not working |
7/15/2018 12:14:32 AM |
PHPRunner General questions | |
![]() I've tried a few options and can't seem to store the UserID from "After successful login" event. I used to be able to use $_SESSION["UsernameID"]=$data["ID"];
|
|
![]() |
ruzgarajans 7/15/2018 |
hi, |
![]() |
need2sleep authorDevClub member 7/15/2018 |
hi, there is no problem in my project. it works.. field name control : UserID UsernameID
|
![]() |
HJB 7/15/2018 |
"null" = no login happened. Anyway, from https://xlinesoft.com/phprunner/docs/save_user_data_in_session_variables.htm |
![]() |
need2sleep authorDevClub member 7/15/2018 |
"null" = no login happened. Anyway, from https://xlinesoft.com/phprunner/docs/save_user_data_in_session_variables.htm I understand that the red values to be changed must be identical ...
function AfterSuccessfulLogin($username, $password, $data, $pageObject) portion of the script as well hahahaha. |
R
|
ringlis1 7/19/2018 |
When I use UserID, it produces the Username. How to have it show the unique ID number? |
![]() |
Admin 7/19/2018 |
Use Security API: $userData = Security::currentUserData();
|