From: [EMAIL PROTECTED] Operating system: windows PHP version: 4.1.2 PHP Bug Type: Session related Bug description: simply not working - zero bytes
I'm using PHP 4.1.2 with Win2k Adv. Server with IIS. As I was trying to write a new script with sessions, I saw that even the simplest examples in the manual does not work. The count variable is never incremented for example. I use $_SESSION, and in php.ini I closed register globals, and set session directory to e:\temp. I got session files created in that directory but they are always with zero length, whether I use cookies or URL rewriting. If I don't say session_start() I got no cookies nor rewrited URLs at all. -- Edit bug report at http://bugs.php.net/?id=16717&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=16717&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=16717&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=16717&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=16717&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=16717&r=support Expected behavior: http://bugs.php.net/fix.php?id=16717&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=16717&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=16717&r=submittedtwice