PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Webdev 16 : re-use an open session
Webdev 16 : re-use an open session
Iniciado por guest, 10,oct. 2012 20:03 - 1 respuesta
Publicado el 10,octubre 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
Publicado el 17,abril 2019 - 15:35
Piet.

Did you ever figure out a solution to this problem?