ID:               50424
 Comment by:       donauinsel at hotmail dot com
 Reported By:      donauinsel at hotmail dot com
 Status:           Feedback
 Bug Type:         Session related
 Operating System: Windows 2003
 PHP Version:      5.2.12RC3
 New Comment:

You can close this; i found the problem to be eqacellerator which
causes the PHPSESSID to be in code everywhere. I disabled eacellerator
and it works so far !


Thank you very much.


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

[2009-12-09 11:31:53] donauinsel at hotmail dot com

5.2.12RC3-dev or 5.2.12RC4-dev latest Snap.

Session from PHPINFO says:

Session Support         enabled
Registered save handlers        files user
Registered serializer handlers  php php_binary wddx

Directive       Local Value     Master Value
session.auto_start      Off     Off
session.bug_compat_42   Off     Off
session.bug_compat_warn On      On
session.cache_expire    180     180
session.cache_limiter   nocache nocache
session.cookie_domain   no value        no value
session.cookie_httponly Off     Off
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      1000    1000
session.gc_maxlifetime  1440    1440
session.gc_probability  1       1
session.hash_bits_per_character 5       5
session.hash_function   0       0
session.name    PHPSESSID       PHPSESSID
session.referer_check   no value        no value
session.save_handler    files   files
session.save_path       c:/scantemp     c:/scantemp
session.serialize_handler       php     php
session.use_cookies     On      On
session.use_only_cookies        Off     Off
session.use_trans_sid   0       0

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

[2009-12-09 10:59:22] [email protected]

Exactly what PHP version are you using? What does phpinfo() say about
the session settings?

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

[2009-12-09 10:19:08] donauinsel at hotmail dot com

Description:
------------
On Windows 2003 it seems, that PHPSESSID is exposed into HTML Code even
if session.use_trans_sid is set or not (but it should be disabled by
deefault). PHPSESSID going into all links so url rewriter tags seems to
be skipped for some reason. This behavior happens while useing ISAPI
mode. 

Reproduce code:
---------------
I cannot give enough information for reproducable code but it seems to
happen when using a template engine which EVAL's the template.



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


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

Reply via email to