mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
(cherry picked from commit 8832d797891c586f47f99b7944bdf7ae71512a28)
This commit is contained in:
parent
941d4f33ae
commit
a6c6243dea
@ -211,7 +211,8 @@ end
|
||||
|
||||
case $conf[:sessions]
|
||||
when 'memory', nil
|
||||
use Rack::Session::Pool, :key => 'sunstone'
|
||||
use Rack::Session::Pool, :key => 'sunstone',
|
||||
:expire_after => $conf['session_expire_time']
|
||||
when 'memcache'
|
||||
memcache_server=$conf[:memcache_host]+':'<<
|
||||
$conf[:memcache_port].to_s
|
||||
|
Loading…
x
Reference in New Issue
Block a user