C
|
carrie3800332 author 2/21/2019 |
Hi, |
![]() |
Admin 2/21/2019 |
Your code is incorrect and results in cyclical redirect. It does nothing but redirects user to the menu page over and over again. |
C
|
carrie3800332 author 2/21/2019 |
Your code is incorrect and results in cyclical redirect. It does nothing but redirects user to the menu page over and over again. What exactly you trying to achieve? What is something that built-in PHPRunner functionality cannot do?
|
![]() |
Admin 2/21/2019 |
Sorry, your explanation just doesn't make any sense at all. |
C
|
carrie3800332 author 2/24/2019 |
I think of create temp_user table |
![]() |
Admin 2/24/2019 |
Yes, there are better ways. Your temporary table solution will only work if only one user can access your application at the time. Once you have more than one user results will be unpredictable. |
C
|
carrie3800332 author 2/25/2019 |
Yes, there are better ways. Your temporary table solution will only work if only one user can access your application at the time. Once you have more than one user results will be unpredictable. You really need to explain what issue you trying to solve.
|
![]() |
Admin 2/26/2019 |
You need to add the code that will only redirect user if they are not logged in. If they are logged in already - don't do anything. if (user not logged in) {
|
C
|
carrie3800332 author 3/3/2019 |
You need to add the code that will only redirect user if they are not logged in. If they are logged in already - don't do anything. if (user not logged in) {
|