![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re^2: Handling incoming HTTP PUT - RESUME (partial content) in cgiby afoken (Chancellor) |
on Aug 24, 2010 at 17:46 UTC ( #856992=note: print w/replies, xml ) | Need Help?? |
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. Good idea, except that CGI::Session uses algorithms for the session ID that may cause collisions. See Re^4: Randomness encountered with CGI Session. Alexander
-- Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
In Section
Seekers of Perl Wisdom
|
|