Versions in this module Expand all Collapse all v1 v1.4.25 Sep 24, 2021 Changes in this version + type Config struct + Domain string + Insecure bool + Lifetime int + Path string + SameSite string + type Factory struct + Referer string + SandboxID string + SessionID string + func NewFactory(c *Config) (*Factory, error) + func (f *Factory) GetCookie(k, v string) string + func (f *Factory) GetDeleteCookie(s string) string + func (f *Factory) GetDeleteSessionCookie() string + func (f *Factory) GetSessionCookie(s string) string