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

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

2006-09-06 Thread Alex Turner
Kathy Lessa wrote: I am running PHP v5.1.6 on Windows XP Pro. I have been unable to save session variables, and I've tried everything I can think of with no luck so far. I have confirmed that I have writable access to my session save path, but session variables are still not saved. Does anyone h