in reply to Re^2: CGI::Session not work
in thread CGI::Session not work

Your installation looks bad/partial. Try from the CPAN shell -- [sudo] perl -MCPAN -e shell + install CGI::Session -- or from scratch with a fresh download.

Replies are listed 'Best First'.
Re^4: CGI::Session not work
by marscld (Beadle) on Dec 10, 2007 at 07:44 UTC
    On Linux server, the CGI::Session is installed in the same way. The test script to create an object seems good. At the same time ,a file with name cgisess_804d321bba306173dbee4914069733b7 is created. So, I'm wondering why it is different. Does anybody encounter the same issue while creating an object of CGI::Session ?