← Back to team overview

mahara-contributors team mailing list archive

[Bug 1250256] A change has been merged

 

Reviewed:  https://reviews.mahara.org/2698
Committed: http://gitorious.org/mahara/mahara/commit/93cbfb1648c126670501d0a6dad41de92d734399
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    master

commit 93cbfb1648c126670501d0a6dad41de92d734399
Author: Aaron Wells <aaronw@xxxxxxxxxxxxxxx>
Date:   Tue Nov 12 12:50:51 2013 +1300

Support for custom session save path

Bug 1250256

Change-Id: Iefd489adb4f7d458d1e8b45727fab5509c61398b

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1250256

Title:
  Support for changing the session directory

Status in Mahara ePortfolio:
  In Progress

Bug description:
  As discussed on the forum:
  https://mahara.org/interaction/forum/topic.php?id=5815

  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1250256/+subscriptions


References