Spring Session - how to add custom field like device_name to spring_session table?

Viewed 16

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?

0 Answers
Related