--- loncom/interface/loncommon.pm 2005/10/13 22:37:40 1.279 +++ loncom/interface/loncommon.pm 2005/10/14 20:16:46 1.280 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.279 2005/10/13 22:37:40 raeburn Exp $ +# $Id: loncommon.pm,v 1.280 2005/10/14 20:16:46 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3716,7 +3716,7 @@ the routine &Apache::lonnet::transfer_pr my $uniq=0; sub get_cgi_id { $uniq=($uniq+1)%100000; - return (time.'_'.$uniq); + return (time.'_'.$$.'_'.$uniq); } ############################################################