ID:               24169
 User updated by:  steveh at brendata dot co dot uk
 Reported By:      steveh at brendata dot co dot uk
-Status:           Feedback
+Status:           Open
 Bug Type:         Session related
 Operating System: NT4 SP6a
 PHP Version:      4.3.2
 New Comment:

Unfortunately, the server on which this resides requires
authentication, can you quickly paste the format for basic
authentication username/password?


Previous Comments:
------------------------------------------------------------------------

[2003-06-13 09:14:28] [EMAIL PROTECTED]

remove that phpinfo() from your test script
and use telnet to connect to the webserver and request
the script (e.g. GET /test.php HTTP/1.0). Then paste the output here.



------------------------------------------------------------------------

[2003-06-13 07:52:31] steveh at brendata dot co dot uk

This is with IIS4 and it's an issue in all versions of Internet
explorer we have at hand, including 6.0.2800 (XP SP2)

using php4isapi.dll (

------------------------------------------------------------------------

[2003-06-13 07:45:01] [EMAIL PROTECTED]

What webserver are you using? And which SAPI module?
Does this happen with any browser?



------------------------------------------------------------------------

[2003-06-13 07:35:44] steveh at brendata dot co dot uk

Here they are.
Files do get created in the php\sessiondata directory, this worked fine
with 4.3.1 (and the same php.ini file), it has stopped since upgrading
to 4.3.2.

Directive Local Value Master Value 
session.auto_start Off Off 
session.bug_compat_42 Off Off 
session.bug_compat_warn Off Off 
session.cache_expire 180 180 
session.cache_limiter nocache nocache 
session.cookie_domain no value no value 
session.cookie_lifetime 0 0 
session.cookie_path / / 
session.cookie_secure Off Off 
session.entropy_file no value no value 
session.entropy_length 0 0 
session.gc_divisor 100 100 
session.gc_maxlifetime 1440 1440 
session.gc_probability 1 1 
session.name PHPSESSID PHPSESSID 
session.referer_check no value no value 
session.save_handler files files 
session.save_path C:\PHP\sessiondata C:\PHP\sessiondata 
session.serialize_handler php php 
session.use_cookies On On 
session.use_only_cookies Off Off 
session.use_trans_sid Off Off

------------------------------------------------------------------------

[2003-06-13 07:28:05] [EMAIL PROTECTED]

And what might be the relevant php.ini options..?
(the ones with "session." prefix)


------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/24169

-- 
Edit this bug report at http://bugs.php.net/?id=24169&edit=1

Reply via email to