Would be very cool to be able to able to start a long-running transaction through endpoint and have future requests executed within that transaction. Abuse is of course possible, but as a feature in a low-load environment, it could be really useful. Tie it to a session_id presumably, which probably wouldn't be a cookie on the client, but rather a datum-level session id.
Would be very cool to be able to able to start a long-running transaction through endpoint and have future requests executed within that transaction. Abuse is of course possible, but as a feature in a low-load environment, it could be really useful. Tie it to a session_id presumably, which probably wouldn't be a cookie on the client, but rather a datum-level session id.