09-15-2020, 09:53 AM
Thank you for looking into it.
Yes, the user just leaves the form, and it is actually replaced by another form usually in an iframe (by replacing the url), so I need to have the session and of cause forms to be release in an automated way.
I run with the above technique (timeout=1) now and it works very well, what I could which was that there was a way to just terminate the session and automatically free any forms and resources immediately. I have my data set with Owner = the form, so when the form frees the data is freed also.
See the attachment, the IFrame normally points to a ISAPI IntraWeb form with .../$/start/...?companyId=<some id> and the url is just replaced by a new url with a different company id, and therefore the sessions needs to be able to search and terminate the session that was replaced.
Thx Martin
Yes, the user just leaves the form, and it is actually replaced by another form usually in an iframe (by replacing the url), so I need to have the session and of cause forms to be release in an automated way.
I run with the above technique (timeout=1) now and it works very well, what I could which was that there was a way to just terminate the session and automatically free any forms and resources immediately. I have my data set with Owner = the form, so when the form frees the data is freed also.
See the attachment, the IFrame normally points to a ISAPI IntraWeb form with .../$/start/...?companyId=<some id> and the url is just replaced by a new url with a different company id, and therefore the sessions needs to be able to search and terminate the session that was replaced.
Thx Martin

