![]() |
|
When the user's session ends I wanted it to be automatically directed to the system's - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: When the user's session ends I wanted it to be automatically directed to the system's (/thread-1731.html) |
When the user's session ends I wanted it to be automatically directed to the system's - willmom - 06-16-2020 Hi, I am new to IntraWeb, please, if someone can help me on the following question: When the user's session ends (SessionTimeout from ServerController) I wanted it to be automatically directed to the system's home page, which in my case is the Login screen ("/ $ / start"), or instead of the English page "Session" appearing is invalid | The specified session does not exist | Error message: Session ID is invalid. | Click here to start a new session of ... "This page has been translated Portuguese or could change this page. I tried to search (Google) several places on how to do this and I didn't find ... Thanks for listening. RE: When the user's session ends I wanted it to be automatically directed to the system's - Jose Nilton Pace - 06-16-2020 Hi Willmom, see this demo: https://github.com/Atozed/IntraWeb/tree/master/XIV/Delphi/HandleSessionTimeout RE: When the user's session ends I wanted it to be automatically directed to the system's - willmom - 06-16-2020 (06-16-2020, 02:09 PM)Jose Nilton Pace Wrote: Hi Willmom, see this demo: https://github.com/Atozed/IntraWeb/tree/master/XIV/Delphi/HandleSessionTimeout Great example, thank you very much. |