Skip to content

How can I provide/configure my own implementation of SessionStore #4990

Discussion options

You must be logged in to vote

It is just a matter of implementing the io.micronaut.session.SessionStore interface and defining the implementation as a bean. Here is another example written for Coherence https://github.com/micronaut-projects/micronaut-coherence/blob/master/coherence-session/src/main/java/io/micronaut/coherence/httpsession/CoherenceSessionStore.java

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@organic-scholar
Comment options

Answer selected by graemerocher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4986 on February 24, 2021 13:31.