strictness.
[kivitendo-erp.git] / SL / Auth.pm
index 97f1d82..0c8e3b3 100644 (file)
@@ -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);