X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/da99c7bcf4a8ec82d9bc1d0c75aaba6ba4cd69ea..cdaddc5ab3c569585e39ee9e3f11260ae2336fea:/SL/Auth.pm diff --git a/SL/Auth.pm b/SL/Auth.pm index 2c4653b95..6fb66c482 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -701,7 +701,6 @@ sub create_unique_sesion_value { $self->{unique_counter}++; $value = { expiration => $params{expiration} ? ($now[0] + $params{expiration}) * 1000000 + $now[1] : undef, - no_auto => !$params{auto_restore}, data => $value, }; @@ -1183,11 +1182,6 @@ If C<$params{expiration}> is set then it is interpreted as a number of seconds after which the value is removed from the session. It will never expire if that parameter is falsish. -If C<$params{auto_restore}> is trueish then the value will be copied -into C<$::form> upon the next request automatically. It defaults to -C and has therefore different behaviour than -L. - Returns the key created in the session. =item C