code to set and get the session values using PerlScript and IIS.
<%@language="PerlScript"%>
Session Variables Test - Perlscript
List of Session Variables and Values - Test Page
<%
use Win32::OLE qw(in);
$sessVar1 = $Session->Contents->SetProperty('Item'
code to set and get the session values using PerlScript and IIS.
<%@language="PerlScript"%>
Session Variables Test - Perlscript
List of Session Variables and Values - Test Page
<%
use Win32::OLE qw(in);
$sessVar1 = $Session->Contents->SetProperty('Item'
How to determine Users connected to IIS on WinNT?
Mark:
I am afraid that would not work, because the LOGON_USER under the
ServerVariables collection would work only for the current context that page
was invoked. The question is not that. The question is to find out the
logged in users of all webs
Friends,
I am trying to code a simple dynamic page using mod_perl. However I am not
able to proceed anywhere.
a) I installed Apache 1.3.22 on Windows 98 machine.
b) I have ActiveState Perl 5.6 Build 629.
c) I downloaded the mod_perl module via ActiveState PPM by setting the
repository location t