I"m going to use springboot to develop background for app
now the requirement is that sessionid is encapsulated in token, and session is stored in redis
app with token on each request.
I hope I can get the session of the current user by parsing the sessionid in token
can you give me a solution, as long as you can