mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
parent
706e5504e6
commit
f7d11ce11f
@ -78,7 +78,7 @@ class PhpSession extends Session
|
||||
}
|
||||
}
|
||||
|
||||
if (!is_writable(session_save_path())) {
|
||||
if (ini_get('session.save_handler') === 'files' && !is_writable(session_save_path())) {
|
||||
throw new ConfigurationError('Can\'t save session');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user