Support for changing the session directory
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Mahara |
Low
|
Aaron Wells |
Bug Description
As discussed on the forum: https:/
At least two sites have found it helpful to customize the location where Mahara stores its session files. The reason for this is because they're using a relatively slow NFS volume for their dataroot, which works okay for most of the files that Mahara uses, but tends to bog down when it's used for the PHP session save path.
Their workaround is to hack session.php so that it stores the sessions in a directory on their local machine, somewhere outside the dataroot. This bug is for the idea of providing a config option for this, so that it will be unnecessary to hack session.php
Aaron Wells (u-aaronw) wrote : | #1 |
Reviewed: https:/
Committed: http://
Submitter: Robert Lyon (<email address hidden>)
Branch: master
commit 93cbfb1648c1266
Author: Aaron Wells <email address hidden>
Date: Tue Nov 12 12:50:51 2013 +1300
Support for custom session save path
Change-Id: Iefd489adb4f7d4
Changed in mahara: | |
status: | In Progress → Fix Committed |
Changed in mahara: | |
status: | Fix Committed → Fix Released |
https:/ /reviews. mahara. org/2698