Thanks for your reply. I am using perl5.005 and IIS 6.0. Could you please point me in the right direction as to how to use it and any valuable resources., etc., Thanks very much!
Comment on Re: Re: Session ID issued by IIS Web Server
With ASP.net you can specify a state server - either a SQL server or it's own state service.
So if you specify
<sessionState mod="sqlserver" etc etc
then you could poll the sql server w/ your perl script and get the state I would presume.