java - Reg: Session Management -


hi need clarification regarding session management. want keep away session server's jvm don't want session stored in web server. want session stateless. , want cross domain single sign on implemented. can give me better approach or tool achieving this? in advance.

a stateless session? think pesisting in database then.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -