Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SessionEnable = false
SessionEnable 开启Session
View Source
var SessionTimeout = 1200
SessionTimeout 自动过期时间,单位:秒
Functions ¶
Types ¶
type HttpSession ¶
type HttpSession struct {
// contains filtered or unexported fields
}
func InitSession ¶
func InitSession(w http.ResponseWriter, r *http.Request) *HttpSession
InitSession 初始化httpSession
func (*HttpSession) SetValue ¶
func (r *HttpSession) SetValue(name string, val any)
SetValue 设置Session
Click to show internal directories.
Click to hide internal directories.