提升Cookie安全性

This commit is contained in:
刘祥超
2023-04-09 17:10:53 +08:00
parent e2adafd16b
commit f7d5755744
5 changed files with 83 additions and 29 deletions

View File

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