in reply to IIS sessions from perl?
in thread Perl Win32 Apache/IIS Session Management
Now coming back to original case, can anyone give me an idea how one can fetch the session information of IIS from perl code(I mean .pl codes not the perlscripted ASP code)?I've already explained in the first post that you can't access the IIS Session object anywhere EXCEPT from the ASP application. That's why I suggested dumping the Session data somewhere for the non-ASP code to read. Reread my original post.
If yes how can I initiate IIS session object in my perl code which would reurn me session data.
Does ASP supports the encryptions as the same way as Perl does, to have a exact crypt->decrypt pair?ASP isn't a language. From your post it is not clear what language you are using in your ASP. It suggests you are using PerlScript rather than VBScript. If you're using PerlScript, then yes, you can encrypt/decrypt in the same way you can in normal perl scripts. If you're using VBScript, you'll have to find an encryption component that uses a known encryption method so you can decrypt in perl.
|
---|