MCPcopy
hub / github.com/gorilla/sessions / Get

Method Get

store.go:27–27  ·  view source on GitHub ↗

Get should return a cached session.

(r *http.Request, name string)

Source from the content-addressed store, hash-verified

25type Store interface {
26 // Get should return a cached session.
27 Get(r *http.Request, name string) (*Session, error)
28
29 // New should create and return a new session.
30 //

Callers 2

GetMethod · 0.65
GetMethod · 0.65

Implementers 2

CookieStorestore.go

Calls

no outgoing calls

Tested by

no test coverage detected