MCPcopy Create free account
hub / github.com/devfeel/dotweb / SessionConfig

Method SessionConfig

server.go:108–110  ·  view source on GitHub ↗

SessionConfig a shortcut for App.Config.SessionConfig

()

Source from the content-addressed store, hash-verified

106
107// SessionConfig a shortcut for App.Config.SessionConfig
108func (server *HttpServer) SessionConfig() *config.SessionNode {
109 return server.DotApp.Config.Session
110}
111
112// SetBinder set custom Binder on HttpServer
113func (server *HttpServer) SetBinder(binder Binder) {

Callers 8

SetSessionConfigMethod · 0.95
InitSessionManagerMethod · 0.95
GetSessionManagerMethod · 0.95
SetEnabledSessionMethod · 0.95
TestSesionConfigFunction · 0.95
prepareHttpContextFunction · 0.80
initServerEnvironmentMethod · 0.80
SessionMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestSesionConfigFunction · 0.76