← Back to team overview

phpdevshell team mailing list archive

[Bug 716823] Re: Problem with absolute session directory

 

** Changed in: phpdevshell
    Milestone: 3.0.0-stable => 3.0.1b1

-- 
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.:
  Confirmed

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.



References