Hello All
I am using LabVIEW G web serwer to support CGI scripting.
I get the REMOTE_USER by sending the following parsed-header to
my CGI script:
Status: 401 Password required
WWW-Authenticate: Basic realm=
I do not know how to destroy the REMOTE_USER after the job is
done.
I can destroy it only by closing Interent Explorer, but I would like to do it programatically.
Can somebody tell me how to reset the client nformation?
Thanks in advance.
Pawel