|
|
|
|
|
by PaulHoule
169 days ago
|
|
It depends on what kind of system you're talking about. If you have no memory, that memory can't get corrupted. If the memory is carried by the request the memory can't get desynchronized with the request. You can use cryptographic techniques to prevent tampering and even reuse of states, though reuse can be a feature instead of a bug. Sometimes the state is too big to pass around like a football but even then you can access it with a key and merge it in in a disciplined way. |
|