in reply to SOLVED: How to create sessions via FastCGI?
What webserver are you using? Has the webserver's process owner permission to write in the /tmp ? Is the webserver running in chroot mode?
Those are the things I'd ask myself in order to diagnose this. one further thing you can do is instead of using CGI::Session, try to create a new file with the open command in the same location and see if you can, if you cannot you can read $@ to see what the problem was. This is usually a problem with permissions
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to create sessions via FastCGI?
by Ray.Zachary (Acolyte) on Jul 31, 2010 at 05:37 UTC | |
by afoken (Chancellor) on Jul 31, 2010 at 06:58 UTC |