![]() |
Admin 11/19/2020 |
Definitely don't do this in AfterAppInit, you won't be able to logon and will just stay on the login page. |
![]() |
milver author 11/19/2020 |
Definitely don't do this in AfterAppInit, you won't be able to logon and will just stay on the login page. Explain the whole scenario, when ar you supposed to see the first login page, when are you supposed to see the second one?
|
![]() |
Admin 11/20/2020 |
I don't understand what "if the session is different from empty" means but if you do a redirect from your code you can simply do in PHP: header("Location: login.php?page=login1");
location.href="login.php?page=login1"; |
![]() |
milver author 11/22/2020 |
I don't understand what "if the session is different from empty" means but if you do a redirect from your code you can simply do in PHP: header("Location: login.php?page=login1");
location.href="login.php?page=login1";
|
![]() |
milver author 11/23/2020 |
Entering the URL directly into the browser, always show me the default login page: |
![]() |
Admin 11/23/2020 |
You cannot redirect in "Login page: BeforeProcess event", doesn't make much sense as it will lead to a redirect loop. |
![]() |
milver author 11/23/2020 |
[size="4"]Ok, i will try another way:[/size]
|
![]() |
Admin 11/23/2020 |
Just wanted to add - we found out that this is a bug in PHPRunner, specifically related to additional login pages. We will fix it shortly. |
![]() |
milver author 11/24/2020 |
Just wanted to add - we found out that this is a bug in PHPRunner, specifically related to additional login pages. We will fix it shortly.
|