commit | f3d856cc57b4fb89db1392534e54dfb1f9b1b04b | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Jun 21 17:07:40 2017 +0200 |
committer | Akron <nils@diewald-online.de> | Wed Jun 21 17:07:40 2017 +0200 |
tree | 6cd1f6ff6a2b6b4f01c409c2ef29251082796793 | |
parent | 1a39472f3dafa45dc37a0b9ea6383314f441b76d [diff] [blame] |
Fixed secure cookie handling Change-Id: Ice547df6a3a812942eab4707c654d13bfd496fb1
diff --git a/lib/Kalamar.pm b/lib/Kalamar.pm index 24d57ac..2511e68 100644 --- a/lib/Kalamar.pm +++ b/lib/Kalamar.pm
@@ -59,7 +59,7 @@ my $conf = $self->config('Kalamar'); if ($conf && $conf->{proxy_prefix}) { - for (app->sessions) { + for ($self->sessions) { $_->cookie_path($conf->{proxy_prefix}); $_->cookie_name('kalamar'); $_->secure(1);