diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ccc91c1..08ff162 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,9 +4,7 @@
-
-
-
+
@@ -26,8 +24,8 @@
-
-
+
+
@@ -35,11 +33,21 @@
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -117,16 +125,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -214,10 +212,9 @@
-
-
-
-
+
+
+
@@ -234,8 +231,6 @@
-
-
@@ -269,8 +264,10 @@
-
+
+
+
@@ -478,6 +475,7 @@
+
1500458878821
@@ -707,7 +705,7 @@
-
+
@@ -728,18 +726,18 @@
+
-
-
+
-
+
@@ -773,6 +771,14 @@
+
+
+
+
+
+
+
+
@@ -1070,20 +1076,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1166,10 +1158,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
diff --git a/session.go b/session.go
index 58b92cc..13f1b5a 100644
--- a/session.go
+++ b/session.go
@@ -12,10 +12,10 @@ type SessionIns struct {
func (this *SessionIns) set() {
if this.ShortCache != nil {
- this.ShortCache.Cache(this.SessionId, this.Map)
+ this.ShortCache.Cache(HEAD_SESSION_ADD + this.SessionId, this.Map)
}
if this.LongCache != nil {
- this.LongCache.Cache(this.SessionId, this.Map)
+ this.LongCache.Cache(HEAD_SESSION_ADD + this.SessionId, this.Map)
}
}