java - Is it possible to invalidate a httpsession from another session using session id? -


consider scenario

user adam logins websitea using webbrowsera emailid adam@web.com session created here , session id stored in database

then, user adam logins websitea using webbrowserb emailid adam@web.com session created here , session id stored in database

when user adam logins using webbrowserb, need invalidate session created using webbrowsera (assuming session in webbrowsera active). how invalidate session created using webbrowsera using it's sessionid or other possible ways?

technology: java,springmvc,sqlserver2008

spring security has concurrent session control ask.


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -