I am trying to get PHP Sessions to work on my Win 98 computer running Apache. I'm not actually using my computer as a Web server, but for development. I'm trying to access the PHP script via
http://localhost. I noticed in php.ini that Windows users need to set the sessions.save_handler variable to "N;/path" where N is the level of subdirectories and /path is the location of your session data directory. Should I set it arbitarily? like "3;C:\php\sessiondata." (Actually, I noticed the PHP installation already created a "sessiondata" directory.)
Thanks for your help!