# Packages
No description provided by the author
No description provided by the author
No description provided by the author
通用资源池,动态增加资源。.
No description provided by the author
package session provider
Usage: import( "github.com/astaxie/beego/session" )
func init() { globalSessions, _ = session.NewManager("memory", `{"cookieName":"gosessionid", "enableSetCookie,omitempty": true, "gclifetime":3600, "maxLifetime": 3600, "secure": false, "sessionIDHashFunc": "sha1", "sessionIDHashKey": "", "cookieLifeTime": 3600, "providerConfig": ""}`) go globalSessions.GC() }
more docs: http://beego.me/docs/module/session.md.
No description provided by the author
No description provided by the author