Session management
I have a java application and another .net application. I want to manage the sessions between these two applications .How do I do it. i.e suppose the user logs outs from java application the user in the .net application should know that n handle that accordingly
|