PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Webdev 16 : re-use an open session
Webdev 16 : re-use an open session
Started by Piet van Zanten, Oct., 10 2012 8:03 PM - 1 reply
Posted on October, 10 2012 - 8:03 PM
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
Posted on April, 17 2019 - 3:35 PM
Piet.

Did you ever figure out a solution to this problem?