Page 1 of 1

Problems after update

Posted: Mon Aug 25, 2003 7:56 am
by petra
Hi !
I'm running Apache 2.0.46 together with PHP 4.3.2 on my Windows2000 pc. My application uses $_SESSION Variables and a connection to a MySQL database (also running on my pc).
Everything worked fine until I took the windows 2000 sp4 and the internet explorer 6 sp1. After installing these two components the internet explorer can't deal correctly with my software. It seams that no session variables can't be written anylonger but I can see them in my temp directory (where they should be created). I changed nothing in my httpd.conf and php.ini files.
If I run my software on a linux server (together with apache and php on this server) everything works fine - even with the internet explorer 6.
Does anybody have a clue what's wrong with my system (apache or php settings ?)
Thanks for all hints!
_____
PE|RA

Posted: Mon Aug 25, 2003 8:00 am
by Stoker
Bill Gates got you :wink:

I have no clue really, check permissions for the user that apache runs as, perhaps try to set the tmp and session save path to somewhere else and make it 'full control' by everyone..

Posted: Mon Aug 25, 2003 8:44 am
by petra
ok ... I created a new administrator user for apache and checked the path permissions for session variables ... but it's still the same :-(

Posted: Mon Aug 25, 2003 2:49 pm
by BDKR
I would suggest reinstalling Apache and PHP. I know it sounds lame, but with Windows what else makes sense?

Cheers,
BDKR

Posted: Tue Aug 26, 2003 9:05 am
by petra
thanks for your help ... I reinstalled php and apache (both with the latest versions) but it's still the same ... :(
I will use another server (with linux via internet) now instead of my windows apache for developing :?

thanks