finto Posted November 16, 2007 Share Posted November 16, 2007 Hi all, I am having trouble runnign sessions in php on windows and IIS 6. I have edited the php.ini file with a path to "c:\program files\php\sessions" and gave full access to everyone on this. If I look in the folder it DOES actually store files, but still be sessions in PHP wont work. They work fine on another server with Apache et... Deos anyone have expierience with this on windows that could help? Thanks Fint Quote Link to comment Share on other sites More sharing options...
Cep Posted November 16, 2007 Share Posted November 16, 2007 Hello, Personally I would reinstall your PHP, and follow these instructions as IIS can be a bit of a mare to set up correctly. http://www.tjitjing.com/blog/2006/05/php5-with-iis6-on-windows-server-2003.html Plus you should NEVER set the everyone user group to have full access, in fact its best practice to remove this group from your permissions entirely and in this case just use the IUSR_SERVERNAME account. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.