Opened 10 years ago
Closed 10 years ago
#12492 closed Patch - Bug Fix (fixed)
Mythweb session expiration not updated.
| Reported by: | Owned by: | Stuart Auchterlonie | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.28 |
| Component: | Plugin - MythWeb | Version: | Master Head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Session expiration needs to be updated in PHP my manually recreating the cooking. The session cookie management only creates the cookie if it is missing.
Currently the expiration is set to 365 days, but regardless of how often the mythweb site is accessed the cookie will expire 365 days from when it was first created. This patch sets the expiration to 30 days to match the garbage collector, but updates this expiration every time the site is accessed.
Attachments (1)
Change History (3)
by , 10 years ago
| Attachment: | session.php.patch added |
|---|
comment:1 by , 10 years ago
| Milestone: | unknown → 0.28 |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

patch for include/session.php