Is there a way to preserve a transaction across two or more pages, spanning user interaction?? That way I can be sure my user is posting changes to the same data they originally looked at!
I know this isn't very stateless (trans would obviously have to auto-rollback after a few mins).
But all other solutions seem more complex, session vars, storing the trans context in commited tables, storing it in fields in Javascript (yuk!).
Thanks,
John
I know this isn't very stateless (trans would obviously have to auto-rollback after a few mins).
But all other solutions seem more complex, session vars, storing the trans context in commited tables, storing it in fields in Javascript (yuk!).
Thanks,
John