X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FAuth.pm;h=0c8e3b34017720a77ba037003500c2908492ba55;hb=80f6efd0cd9de22d54ccc605808a74c9955e643c;hp=97f1d8270280d0564dd0ea18d517225fe09ce418;hpb=5c0c9e6763bc9f129cdeff5cbaa564787af0a9bc;p=kivitendo-erp.git 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);