What do you mean by "call a Perl Script"? Does it redirect the browser to a Perl "CGI"? Or an ASP using PerlScript? Does it output a HTML form that submits to a Perl "CGI"? Does it use the Shell object to run the Perl script as a process and wait for its completion?
In the last case you'd better get the session id while in the ASP (it's in cookies) and pass it to the script. In the other cases there is another important question. Is the Perl script on the same host as the said ASP? If so you may find the session id in the cookies from the Perl script, if not you will have to get it in the ASP and pass it along.
In either case you should tell us what is it you are trying to acomplish so that we can help.
Jenda
| XML sucks. Badly. SOAP on the other hand is the most powerfull vacuum pump ever invented. |
In reply to Re: How to Get The Session id
by Jenda
in thread How to Get The Session id
by Nalina
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |