mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 12:32:09 +08:00
Redis id prefix with MXK_
This commit is contained in:
@@ -34,7 +34,7 @@ public class RedisSessionManager implements SessionManager {
|
||||
|
||||
RedisConnectionFactory connectionFactory;
|
||||
|
||||
public static String PREFIX="REDIS_SESSION_";
|
||||
public static String PREFIX="MXK_SESSION_";
|
||||
|
||||
public String getKey(String sessionId) {
|
||||
return PREFIX + sessionId;
|
||||
|
||||
Reference in New Issue
Block a user