PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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
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..
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