Versions in this module Expand all Collapse all v0 v0.17.1 Feb 3, 2026 v0.17.0 Feb 1, 2026 Changes in this version + func IsValidName(name string) bool + type Session struct + Cookies []SessionCookie + Name string + func Load(name string) (*Session, error) + func (s *Session) Jar() http.CookieJar + func (s *Session) Save() error + type SessionCookie struct + Domain string + Expires time.Time + HttpOnly bool + Name string + Path string + SameSite string + Secure bool + Value string