Hi,

1. User clicks edit_record.php page
2. Page starts transaction and SELECT FOR UPDATE (say this is PostgreSQL)
3. User instead of clicking Submit/Reset buttons goes to www.boyplay.com
4. Other users can not edit this record because it was locked.

If somebody can give me an idea how to trigger Rollback on server.
I see the only solution here -- using sessions with timeout equals to
reasonable value for each particular page which requires transaction.


Thank you,

Igor



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to