We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781095e commit c68e02fCopy full SHA for c68e02f
entity/SessionManager.php
@@ -187,10 +187,10 @@ public function __construct($session_name='pa-seesion') {
187
}
188
Logger::logFuncReturn(__METHOD__);
189
190
- $sesionSavePath = 'sessions';
191
- if(Util::isDirectory($sesionSavePath, TRUE)){
192
- session_save_path(ROOT_DIR.'/'.$sesionSavePath);
193
- }
+ //$sesionSavePath = 'sessions';
+ //if(Util::isDirectory($sesionSavePath, TRUE)){
+ //session_save_path(ROOT_DIR.'/'.$sesionSavePath);
+ //}
194
195
/**
196
* Switch between sessions. The function first checks if a session is active.
0 commit comments