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
detect if the previouw web session is alive from a form
-
MegumiSawada
- Posts: 80
- Joined: Tue Mar 22, 2016 1:45 pm
- Location: Tokyo, Japan
- Stewart Marshall
- Posts: 417
- Joined: Thu Nov 05, 2015 5:25 pm
Re: detect if the previouw web session is alive from a form
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
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