← Back to team overview

phpdevshell team mailing list archive

[Bug 716823] Re: Problem with absolute session directory

 

** Changed in: phpdevshell
       Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/716823

Title:
  Problem with absolute session directory

Status in Open Source PHP RAD Framework with UI.:
  Fix Committed

Bug description:
  In other/service.inc.php at line 407:

  if (!empty($configuration['session_path']) && !is_writeable('../' .
  $configuration['session_path'])) {

  this implies the session path is relative which may not be true.

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


References