java - Design a session manager -
do have spec standard designing session manager? imo, these session should process:
- a unique id each session should assigned (session id);
- should able maintain attributes in form of pairs;
- should able check client's availability (for instance, client exits);
- should able destroy session;
- anything more?
do have example of session manager?
Comments
Post a Comment