You are requested not to post the same issue in more than one area however urgent your issue may be. It is very difficult for the moderators to manage issues.
Anyway, I will give my comments on your issue. You need to create a unique string whenever this page (testing.asp) is accessed. It can be created by appending date, month, year, hour, minute,second, microsecond and a random number of some 6 digits. This will make sure that the string generated is unique and, from time to time, new strings will be generated. Then this string should also be saved into db.
So when the page is accessed by each window, it will generate new and new random strings.
Check whether this helps.
|