提升Cookie安全性

This commit is contained in:
GoEdgeLab
2023-04-09 17:10:53 +08:00
parent 368149b70c
commit 9e3770aac9
5 changed files with 83 additions and 29 deletions

View File

@@ -11,6 +11,7 @@ import (
"strings"
)
// SessionManager SESSION管理
type SessionManager struct {
life uint
}