Page 1 of 1

detect if the previouw web session is alive from a form

Posted: Mon Sep 26, 2016 12:40 pm
by MegumiSawada
Hi,

There is a menu form which runs as Client-Server application.
A VLWeb web page will be invoked from this menu form.
At the time when the web page is invoked, is it possible to detect if the previous web session is still alive?

I appreciate your kind advice.

Best Regards,
Megumi Sawada

Re: detect if the previouw web session is alive from a form

Posted: Tue Sep 27, 2016 9:07 am
by Stewart Marshall
Hi Megumi

All a form can ever do is send a command to the operating system to process a URL, so every request is completely separate and will be dealt with as if it is a new request.

Regards