Serendipity 1.1: Login/Session Cookie Bug in Windows IIS

Found a bug? Tell us!!
Locked
ltomlin
Regular
Posts: 10
Joined: Tue Mar 13, 2007 1:43 pm

Serendipity 1.1: Login/Session Cookie Bug in Windows IIS

Post by ltomlin »

:lol: ! you cannot hear me but I am laughing…you are a genius, that is it. The admin system is now working, the interesting thing is that if I am having this problem then it means that anyone using either Window 2000 or 2003 Server, IIS and PHP 5.2.1, would potentially have this problem too. So now we all know how to resolve this problem.

The php.ini file contain's the following parameter
  • session.save_path
The default value of this parameter is
  • "C:\DOCUME~1\*\LOCALS~1\Temp\php\session"
if you change this value to
  • "C:/Temp/"
It should work.





[/list]
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Serendipity 1.1: Login/Session Cookie Bug in Windows IIS

Post by garvinhicking »

Hi!

You posted a new topic again! :-(

ltomlin wrote::lol: ! you cannot hear me but I am laughing…you are a genius, that is it. The admin system is now working, the interesting thing is that if I am having this problem then it means that anyone using either Window 2000 or 2003 Server, IIS and PHP 5.2.1, would potentially have this problem too. So now we all know how to resolve this problem.
Yes, that's true. Any IIS or also Linux server admin needs to pay attention that tmp files are properly configured and writable. :-)

Glad we solved it. :)

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Locked