X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6376d92f01632a5dccf74ef58d17738779741e4e..3e2892b1ac262d0dfd2679e254cc979a1b8405b8:/SL/Auth.pm diff --git a/SL/Auth.pm b/SL/Auth.pm index 97f1d8270..0c8e3b340 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -517,9 +517,6 @@ sub expire_sessions { sub _create_session_id { $main::lxdebug->enter_sub(); - my @secs = gettimeofday(); - srand $secs[1] + $$; - my @data; map { push @data, int(rand() * 255); } (1..32);