After Width: | Height: | Size: 685 B |
After Width: | Height: | Size: 655 B |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 655 B |
After Width: | Height: | Size: 620 B |
After Width: | Height: | Size: 670 B |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 668 B |
After Width: | Height: | Size: 666 B |
After Width: | Height: | Size: 733 B |
After Width: | Height: | Size: 615 B |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 93 B |
After Width: | Height: | Size: 251 B |
After Width: | Height: | Size: 235 B |
After Width: | Height: | Size: 267 B |
After Width: | Height: | Size: 739 B |
After Width: | Height: | Size: 740 B |
After Width: | Height: | Size: 807 B |
After Width: | Height: | Size: 167 B |
After Width: | Height: | Size: 1004 B |
After Width: | Height: | Size: 43 B |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 197 B |
@ -0,0 +1,22 @@ |
||||
#!/usr/bin/perl |
||||
|
||||
use strict; |
||||
|
||||
use Lemonldap::NG::Manager::Sessions; |
||||
|
||||
our $cgi = Lemonldap::NG::Manager::Sessions->new({ |
||||
localStorage => "Cache::FileCache", |
||||
localStorageOptions => { |
||||
'namespace' => 'MyNamespace', |
||||
'default_expires_in' => 600, |
||||
'directory_umask' => '007', |
||||
'cache_root' => '/tmp', |
||||
'cache_depth' => 5, |
||||
}, |
||||
configStorage => $Lemonldap::NG::Conf::configStorage, |
||||
https => 1, |
||||
jqueryUri => 'jquery.js', |
||||
imagePath => 'images/', |
||||
}); |
||||
|
||||
$cgi->process(); |