View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000536 | Xdebug | Uncategorized | public | 2010-02-14 13:43 | 2010-02-14 15:14 |
Reporter | alcaeus | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Product Version | 2.0.0dev | ||||
Summary | 0000536: Only partial headers are sent when xdebug is enabled | ||||
Description | When enabling XDebug, I noticed that session handling does not work correctly. Digging into the problem, I tested the following script: session_start(); ?> With XDebug enabled, the session ID changed with every request, when it was disabled, the session ID remained the same. The session cookie was not set when XDebug was enabled. Here the headers for the same request with XDebug enabled: This effectively keeps me from debugging any application which relies on PHP's session handling. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.3.1 | ||||
duplicate of | 0000532 | closed | XDebug breaks header() function |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-02-14 13:43 | alcaeus | New Issue | |
2010-02-14 13:43 | alcaeus | PHP Version | => 5.3.1 |
2010-02-14 13:43 | alcaeus | Xdebug Version | => 2.1.0beta1 |
2010-02-14 13:44 | alcaeus | Note Added: 0001331 | |
2010-02-14 15:14 | derick | Note Added: 0001332 | |
2010-02-14 15:14 | derick | Relationship added | duplicate of 0000532 |
2010-02-14 15:14 | derick | Duplicate ID | 0 => 532 |
2010-02-14 15:14 | derick | Status | new => resolved |
2010-02-14 15:14 | derick | Resolution | open => duplicate |
2010-02-14 15:14 | derick | Assigned To | => derick |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |