Annotation Type EnableRedissonWebSession
@Retention(RUNTIME)
@Target(TYPE)
@Import(RedissonWebSessionConfiguration.class)
@Configuration
@Deprecated
public @interface EnableRedissonWebSession
Deprecated.
Deprecated. Use spring-session implementation based on Redisson Redis Data module
- Author:
- Nikita Koksharov
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionDeprecated.int
Deprecated.
-
Element Details
-
maxInactiveIntervalInSeconds
int maxInactiveIntervalInSecondsDeprecated.- Default:
- 1800
-
keyPrefix
String keyPrefixDeprecated.- Default:
- ""
-