|
|
Sergey Kornilov admin 12/3/2019 |
|
In PHP most things are case sensitive. If you are trying to use a built-in session variable $_SESSION["userid"] is incorrect while $_SESSION["UserID"] is correct. |
|
|
C
|
CTom author 12/4/2019 |
|
In PHP most things are case sensitive. If you are trying to use a built-in session variable $_SESSION["userid"] is incorrect while $_SESSION["UserID"] is correct.
|
|
|
N
|
Nir Frumer 12/4/2019 |
|
hi |
|
|
|
Sergey Kornilov admin 12/4/2019 |
|
Documentation is always the first to blame. |
|
|
C
|
CTom author 12/5/2019 |
|
Hi, |
|
|
C
|
CTom author 12/17/2019 |
|
It works with $_SESSION['userid'] |
|