I have a web page that links to several applications developed in PHPRunner. Some need to identify the user to enter them. In others you can enter as Guest.
The problem is that when I came as a guest to one of them and then want to get into one in which it is necessary to identify, the page is showing me the menu with no options rather than go to the login page.
This happens to me even in the event BeforeProcess login page type: $ _SESSION ["UserID"] = "";
Any idea to solve this problem?
Thank you.