in reply to Re: Re: CGI::Application CGI::Session problem
in thread CGI::Application CGI::Session problem

A security note (not that I'm an expert or anything, but still):

777 is much too permissive. You might want to change the owner of the directory to the server's user name (the name the server runs with) or change the group of that dir to some group that the server is a member of, and give it a 77x(something less than 7).

  • Comment on Re: Re: Re: CGI::Application CGI::Session problem