in reply to Using Apache::Session with IIS?

Uh, thanks guys. Now getting back to things I can control...

What Perl session management module should I use with IIS?

Replies are listed 'Best First'.
Re: Re: Using Apache::Session with IIS?
by impossiblerobot (Deacon) on Nov 13, 2002 at 22:00 UTC

    Since Apache::Session works just fine without ANY webserver, you should have no problem with IIS. :-)

    I've looked at CGI::Session, and I like some of the additional features, but Apache::Session works for me, so I've continued to use it for all my projects requiring session management.


    Impossible Robot