I'm very new tot PHP and just installed the latest MSI (php-5.3.22-nts-Win32-VC9-x86.msi) on my Windows 7-notebook. The I tested some basic PHP-script before making my first login-script. Seems that every refresh of the page, starts a new session in IE9 (Chrome, Firefox no problem). Meaning that I can write some tekst to a $_SESSION variable but can't read it because IE9 start a new session-id.
Has something to do with IE9 or some wrong setting in my php.ini ??
Search and tried already many solutions (like header(P3P: ...)) on the net but nothing seams to help.
Any help will be appreciated.
Thx
Philip

