Best way to store user remember me user sessions and browser history in database with spring security -


i need store user remember me, not remember me logins , browser history in database. default spring security class persistenttokenbasedremembermeservices using delete queries when session destroyed, want have history of sessions. thought make extends on class , store data need, don't know if best solution this.


Comments

Popular posts from this blog

angularjs - Showing an empty as first option in select tag -

python - argument 2 to map() must support iteration -

How to wrap some text in a rectangle in QML? -