|
|
|
|
|
by arethuza
4477 days ago
|
|
Yes - that makes sense - thanks. I guess it's a question of where do you store application state - do it at the server and then you have to replicate the database that stores that state. Store session state at the client and pass it to the server means you can go to any data center at the potential risk of getting the security wrong. |
|