← Back to team overview

phpdevshell team mailing list archive

[Bug 716823] [NEW] Problem with absolute session directory

 

Public bug reported:

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.

** Affects: phpdevshell
     Importance: Medium
         Status: Confirmed

** Changed in: phpdevshell
   Importance: Undecided => Low

** Changed in: phpdevshell
   Importance: Low => Medium

** Changed in: phpdevshell
     Assignee: (unassigned) => Greg (gregfr)

** Changed in: phpdevshell
    Milestone: None => 3.0.0-stable

** Changed in: phpdevshell
       Status: New => Confirmed

** Changed in: phpdevshell
     Assignee: Greg (gregfr) => (unassigned)

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





Follow ups

References