in reply to Re: Perl CGI SSH
in thread Perl CGI SSH

I like that idea of using the CGI::Session module. I have been trying to do a similar thing using cookies and have had a lot of trouble keeping them secure. Sessions seem to be the way to go. Joe