Opened 14 years ago
Last modified 14 years ago
#506 testing defect (fixed)
session name can break our check for cookies
Reported by: | mortonda@… | Owned by: | mortonda@… |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.3 |
Component: | PHP scripts | Version: | 1.0.2 |
Severity: | normal | Keywords: | |
Cc: |
Description
We currently only check for PHPSESSID but we really need to call session_name() to find out what it should be.
Change History (2)
comment:1 Changed 14 years ago by mortonda@…
- Owner changed from dmorton to mortonda@…
- Status changed from new to accepted
comment:2 Changed 14 years ago by mortonda@…
- Resolution set to fixed
- Status changed from accepted to testing
Note: See
TracTickets for help on using
tickets.
implemented in [1318] along with some other session cookie improvements