in reply to Handling incoming HTTP PUT - RESUME (partial content) in cgi
You might want to look at CGI::Session, it stores all transactions in a database, and you probably can use that to identify resumed requests by examining the last transaction.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Handling incoming HTTP PUT - RESUME (partial content) in cgi
by afoken (Chancellor) on Aug 24, 2010 at 17:46 UTC |