redis-rack
redis-rack copied to clipboard
session token is valid even after the logout
I've implemented the redis rack with azure redis. The expectation was the session token will be invalid once the user is logout since the session is stored in the redis. But that didn't happen. I'm still able to use the session token in the postman request even after logout and getting the correct response.
Please let me know if i miss anything