in reply to Re: CGI::Session autoload failure
in thread CGI::Session autoload failure

Thanks... Yes, I had used the wrong method name.

Regarding your question about using a CGI object in the call to CGI::Session->new, that's because this is part of a CGI::Application program that I'm writing, and I need that object for other purposes.

...jon