mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #06507
[Bug 871741] [NEW] Support alternative session storage implementations
Public bug reported:
We should look at the best way of implementing session storage, other
than in the dataroot. I've seen issues where sessions stored on NFS
suffer from lock issues, but we should also consider extending the
current storage mechanism to allow administrators to choose alternative
storage.
This will probably need a rewrite of auth/session.php to select
different Session classes as required.
We should probably consider:
* file (existing)
* file (to alternative location perhaps?)
* database
* memcached
** Affects: mahara
Importance: Wishlist
Status: New
** Tags: session
** Changed in: mahara
Importance: Undecided => Wishlist
** Changed in: mahara
Milestone: None => 1.5.0
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/871741
Title:
Support alternative session storage implementations
Status in Mahara ePortfolio:
New
Bug description:
We should look at the best way of implementing session storage, other
than in the dataroot. I've seen issues where sessions stored on NFS
suffer from lock issues, but we should also consider extending the
current storage mechanism to allow administrators to choose
alternative storage.
This will probably need a rewrite of auth/session.php to select
different Session classes as required.
We should probably consider:
* file (existing)
* file (to alternative location perhaps?)
* database
* memcached
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/871741/+subscriptions
Follow ups
References