| Sign In/My Account | View Cart |
| Article: |
Handling Multiple Submits | |
| Subject: | Can any one explain me how this solves the problem??? | |
| Date: | 2003-04-10 11:38:22 | |
| From: | anonymous2 | |
|
Response to: Can any one explain me how this solves the problem???
|
||
|
Well basically, you're synchronizing your requests based on a session identifier. This is similar to the way you might handle the problem if you were writing your own multi-threaded server application, and you had to make sure that you knew where requests originated from.
|
||
Showing messages 1 through 1 of 1.