We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d92f7 commit e5e0e71Copy full SHA for e5e0e71
1 file changed
session.go
@@ -53,6 +53,7 @@ func NewSession(cfg *Config) *Session {
53
session := &Session{
54
config: cfg,
55
cookie: NewCookie(),
56
+ ccmap: cmap.New(),
57
}
58
59
return session
0 commit comments