actframework / act-aaa-plugin

Use OSGL aaa library to mange Authentication/Authorization/Accounting for ActFramework Application
Apache License 2.0
6 stars 2 forks source link

User cache could not evict when logout #34

Closed leeaee closed 4 years ago

leeaee commented 5 years ago

When user logout, the cache is not evicted. Next time the user login, the system still return the cache user even the user data has changed in DB. So, could aaa auto evict the user cache when user logout?