in reply to Re: Re: Session ID issued by IIS Web Server
in thread 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.