mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #03097
[Bug 745345] [NEW] Close site too slow with many open login sessions
Public bug reported:
Submitting the 'close site' button in the admin section tries to close
all the open sessions, one by one, using session_destroy(). Turns out
this is okay for suspending a single user, but it wasn't a great idea
when you're closing the site & need to wipe out lots of sessions.
Maybe we should change it to just delete the session files from disk;
it'd be faster. Don't know enough about php sessions to be sure whether
it'd work; I guess it's possible they're just cached somewhere and get
written out again periodically.
** Affects: mahara
Importance: Low
Status: Confirmed
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/745345
Title:
Close site too slow with many open login sessions
Status in Mahara ePortfolio:
Confirmed
Bug description:
Submitting the 'close site' button in the admin section tries to close
all the open sessions, one by one, using session_destroy(). Turns out
this is okay for suspending a single user, but it wasn't a great idea
when you're closing the site & need to wipe out lots of sessions.
Maybe we should change it to just delete the session files from disk;
it'd be faster. Don't know enough about php sessions to be sure
whether it'd work; I guess it's possible they're just cached somewhere
and get written out again periodically.
Follow ups
References