Skip to content

Commit

Permalink
Fix short session times (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscariremma authored Nov 10, 2024
1 parent 0d1734d commit 3fb580b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
import org.springframework.context.annotation.Configuration;
import org.springframework.data.redis.connection.RedisStandaloneConfiguration;
import org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory;
import org.springframework.session.data.redis.config.annotation.web.http.EnableRedisHttpSession;

@Configuration
@EnableRedisHttpSession
public class SessionConfig {

@Value("${spring.data.redis.host}")
Expand Down

0 comments on commit 3fb580b

Please sign in to comment.