Re: [PHP-WIN] Re: Issue saving session on windows xp

2006-09-07 Thread Kathy Lessa
FYI, problem has been resolved, thanks to the help of Alex Turner, who gave me a number of great suggestions. Alex recommended that I use a different folder to write session files, rather than c:\windows\temp. I did that, and voila it worked. It does however highlight some curiosities. The Window

Re: [PHP-WIN] Re: Issue saving session on windows xp

2006-09-06 Thread Kathy Lessa
Thanks for the response. I tried modifying my php.ini to specify the session.save_path there and removed the ini_set call from my page, and it had no impact. My php.ini is attached. Thanks for any help, I've tried all sorts of setting changes and nothing seems to fix this. On 9/6/06, Alex Turner