in reply to CGI::Session on Windows, can't reread file

Yes, it is permissions, read the end of this node Loading a session from CGI::Session.

I got it to work by creating a new folder c:/temp/session with read/write/list permissions for user IUSR.

poj

Replies are listed 'Best First'.
Re^2: CGI::Session on Windows, can't reread file
by Anonymous Monk on Jul 04, 2013 at 15:24 UTC
    Thanks poj - that fixed it! I needed to add IUSR to the security list, with permissions added for read/write/list, etc.