I like to know whether the function
getmypid() would return a unique value when the page is loaded every time and whether different values would be returned when requests are made from two different clients.
The Problem is :
when the request is made from two different browsers at the same time the process ids are same when i used this function.
Whether there is any other way to get unique process id when requests are made from two different clients at the same time.