The session id that is issued by IIS webserver to a client is only available only on the server side. How do I capture that session id that is issued by my IIS server to my clients? I understand that this is doable in ASP, coldfusion etc., But the trick for my is I need to figure out a way to capture this session id through a perl 5.005 script.
Any help is GREATLY appreciated. Thanks, monks!