in reply to Session management and PERL

You could use PerlScript if you're on IIS and have access to ActivePerl

This gives you programming in perl and access to the same objects, Session, Request, Server etc, that ASP uses. In fact you could even write some of the scripts in PerlScript and wri ... , no I mean include, some ASP-scripts if necessary.

However it seems, to me at least, that ASP and PerlScript can't be used in the same script

HTH