PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Webdev 16 : re-use an open session
Webdev 16 : re-use an open session
Débuté par Piet van Zanten, 10 oct. 2012 20:03 - 1 réponse
Posté le 10 octobre 2012 - 20:03
Hi,

I have a site a user needs to login to.
The site is opened from an external link on a static non-Webdev page, embedded in an iframe on the user's own website.
If the user opens another page, same site, but non-Webdev, and returns to my site using the original link, a new session is started, the user has to login and start again.
Is there a way to redirect the user to the current session, current page without starting a new session, using the same link? (Make Webdev detect the current session is still open)

Also, I have some dynamic Webdev pages a user can call directly without login using a link with PageParameter on their own site. Each click on the link will open a new Webdev session, all the previous ones waiting to timeout.
The number of connections can grow rapidly this way.
Can this also be prevented?

Regards,
Piet
Posté le 17 avril 2019 - 15:35
Piet.

Did you ever figure out a solution to this problem?