View Single Post
  #1 (permalink)  
Old 10-12-04, 05:17 PM
jonpthomas jonpthomas is offline
New Member
 
Join Date: Oct 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
PHP Sessions on Win 98 Running Apache

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!
Reply With Quote