posted 17 years ago
Hi,
i have written SSO for Single Sign On For my apllication login using Session it's working fine.
The problem is when
sso(my app) 1stuser login and logout and 2nd user login it show Connected users:1st login userinfo,2nd login userinfo
I have session expire when user click logout buttion.But it is not working
I worte following code for :
SessionContext session2 = JForumExecutionContext.getRequest).getSessionContext();
session2.invalidate();
i am getting NullPointer Exception
Any body help please.
Thank,
Gopal.G
[originally posted on jforum.net by gopal.g]