From cdaddc5ab3c569585e39ee9e3f11260ae2336fea Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 17 May 2011 11:46:58 +0200 Subject: [PATCH] auto_restore ist gar nicht implementiert --- SL/Auth.pm | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.20.1