Design pattern for client/server sessions?
- by nonot1
Are there any common patterns or general guidance I can learn from for how to design a client/server system where the both the client and server must maintain some kind per-client session state?
I've found any number of libraries that can help with some of the plumbing, but it's the overall design I'm wondering about.
Open issues in my mind:
…