hi, i am building the serverside part of a rsocket...
# spring
n
hi, i am building the serverside part of a rsocket application using spring i am wondering how i can do sessions.. ideally i'd like to send a apiToken only in the setup frame, verify it in
@ConnectMapping()
and somehow assosciate it with following calls to
@MessageMapping
i am a bit stuck with the last bit, how can I store and access the users session later ?