Configure localSessionStorage

This commit is contained in:
Daniel Berteaud 2014-09-05 09:56:58 +02:00
parent e7a6d9b2fc
commit f728ba628e
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
[all]
localSessionStorage=Cache::FileCache
localSessionStorageOptions=\{ 'namespace' => 'llng-admin-sessions', 'default_expires_in' => '600', 'directory_umask' => '007', 'cache_root' => '/tmp', 'cache_depth' => 3, \}
[configuration]
type = SOAP

View File

@ -1,4 +1,6 @@
[all]
localSessionStorage=Cache::FileCache
localSessionStorageOptions=\{ 'namespace' => 'llng-pki-sessions', 'default_expires_in' => '600', 'directory_umask' => '007', 'cache_root' => '/tmp', 'cache_depth' => 3, \}
[configuration]
type = SOAP