Opened 10 years ago

Closed 10 years ago

#12492 closed Patch - Bug Fix (fixed)

Mythweb session expiration not updated.

Reported by: parakleta@… 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)

session.php.patch (307 bytes ) - added by parakleta@… 10 years ago.
patch for include/session.php

Download all attachments as: .zip

Change History (3)

by parakleta@…, 10 years ago

Attachment: session.php.patch added

patch for include/session.php

comment:1 by Stuart Auchterlonie, 10 years ago

Milestone: unknown0.28
Owner: changed from Rob Smith to Stuart Auchterlonie
Status: newassigned

comment:2 by Parakleta <parakleta@…>, 10 years ago

Resolution: fixed
Status: assignedclosed

In 3a3afc477943369ec4ae898afffc232b22ac583e/mythweb:

Error: Processor CommitTicketReference failed
GIT backend not available
Note: See TracTickets for help on using tickets.