|
|
Myr0n 4/22/2021 |
|
instesd of $SESSION["test"] = 'testing';write $_SESSION["test"] = 'testing'; |
|
|
W
|
wfcentral author 4/22/2021 |
|
that typo was only in the forum- in the actual program I do have _SESSION |
|
|
W
|
wfcentral author 4/23/2021 |
|
I figured it out... I was actually including function AfterSuccessfulLogin($username, $password, $data) } in my code and that is part of phprunner system... once I removed those it worked. |
|