Documentation
¶
Index ¶
Constants ¶
View Source
const SessionCookieName = "SID"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionManager ¶
type SessionManager struct {
// contains filtered or unexported fields
}
func NewSessionManager ¶
func NewSessionManager(hashKey, blockKey []byte, store users.Store) (*SessionManager, error)
func (*SessionManager) ClearProfile ¶
func (manager *SessionManager) ClearProfile(ctx echo.Context) error
func (*SessionManager) GetProfile ¶
func (*SessionManager) SecureCookie ¶
func (manager *SessionManager) SecureCookie(secure bool)
func (*SessionManager) SetProfile ¶
Click to show internal directories.
Click to hide internal directories.