Question
Duplicate Records & CFTRANSACTION
Maybe I'm missing the obvious on this, as I've never had a
problem with this before, but recently I developed a custom tag
that logs and blocks the IP addresses of all these recent DECLARE
SQL injection attempts.
The issue is however that my blocked IP address seems to be getting duplicates here and there. My "datetime" field in the database show the duplicates are all added to the database the exact same second. What gives?
Shouldn't CFTRANSACTION be preventing such a thing, even if multiple injection attempts come at the same time?
The issue is however that my blocked IP address seems to be getting duplicates here and there. My "datetime" field in the database show the duplicates are all added to the database the exact same second. What gives?
Shouldn't CFTRANSACTION be preventing such a thing, even if multiple injection attempts come at the same time?
