Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3636 | minor | always | 08-17-09 11:41 | 08-27-09 11:39 | |
|
|||||
Reporter: | nam | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.0 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.2 | ||
|
|||||
Summary: | 0003636: isset() returns FALSE for $_SESSION | ||||
Description: |
(rep by rabbitism) The function isset is returning false on a $_SESSION variable that is set. Two simple test files: 1) sessionstart.php <?php session_start(); $_SESSION['timeout'] = 88888888; ?> 2) sessiontest.php <?php session_start(); resin_var_dump($_SESSION); if (isset($_SESSION['timeout'])) { echo 'session timeout is set!'; } else { echo 'session timeout is not set!'; } ?> |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|