I use Spring Session managed by MySQL in Spring Boot application. I want to store device name and location during each user login. Preferably to store it in the default spring_session table in MySQL. How can I do this?
I use Spring Session managed by MySQL in Spring Boot application. I want to store device name and location during each user login. Preferably to store it in the default spring_session table in MySQL. How can I do this?