You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reduce the amount of opened issues on the same topic, I'm going to close this one as duplicate. Please track the two issues listed above.
Having said that, with client-server topology, you should ensure that your Hazelcast server is configured as explained in the part of our reference manual that you linked to. You also need to ensure that Spring Session classes are present on the classpath (see #1101 for more details). As for the client part, it should be simple and you can use something like we do in our integration tests:
Hi all,
I have some webapp that uses hazelcast to store the user session.
I followed this guide https://docs.spring.io/spring-session/docs/current/reference/html5/guides/java-hazelcast.html#security-spring-configuration
but here there is only the configuration for the embedded instance and not for remote (standalone) instance (ClientConfig).
How can I do that?
Thanks
Fabrizio
The text was updated successfully, but these errors were encountered: