Cijoy
Cijoy

Reputation: 123

WSO2 Remember me Check - Session is not killed on Browers close

I am using WSO2 IS 5.0 SP1. We have set (to 1 day) in and is working as expected. The problem we are facing is that the session remains active in WSO2 on browser restart. Is there a way to create new session whenever the user restarts the browser?

Thanks in advance.

Upvotes: 0

Views: 258

Answers (1)

Asela
Asela

Reputation: 5821

That is the idea of Remember Me. It helps to remember the cookie for you. Therefore it is stored in the browser till it expired. It does not expired when browser is closed. If you need to expire the session when browser it closed, you can not use remember me option.

Upvotes: 1

Related Questions