![]() |
|
Login into a IW session-based webapp from a no-session login page - 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: Login into a IW session-based webapp from a no-session login page (/thread-3716.html) |
Login into a IW session-based webapp from a no-session login page - giorgio_c - 12-17-2023 I've a session based IW web application The user navigates to the login page, which is an IntraWeb page returned by creating a new session. Is there a way to have a no-session login page? And create a session only if the login process is successful? RE: Login into a IW session-based webapp from a no-session login page - giorgio_c - 01-03-2024 So, there is no way to send user/password data to an IW server without having to create a new session? The goal is to create a new session only AFTER credential as verified. So I do not have to overload server with usefulness sessions. RE: Login into a IW session-based webapp from a no-session login page - joelcc - 01-03-2024 I thought at one point there was a demo that showed how to do this so you might look at the IW demos. You might start by looking at the handlers. |