![]() ![]() | ![]() |
version 1.679.2.2, 2008/09/19 22:52:41 | version 1.679.2.3, 2008/09/19 22:54:46 |
---|---|
Line 9323 sub init_user_environment { | Line 9323 sub init_user_environment { |
} | } |
# Give them a new cookie | # Give them a new cookie |
my $id = ($args->{'robot'} ? 'robot'.$args->{'robot'} | my $id = ($args->{'robot'} ? 'robot'.$args->{'robot'} |
: $now); | : $now.$$.int(rand(10000))); |
$cookie="$username\_$id\_$domain\_$authhost"; | $cookie="$username\_$id\_$domain\_$authhost"; |
# Initialize roles | # Initialize roles |