NewSessionID create new session id with DefaultSessionLength
()
| 126 | |
| 127 | // NewSessionID create new session id with DefaultSessionLength |
| 128 | func (manager *SessionManager) NewSessionID() string { |
| 129 | val := cryptos.GetRandString(DefaultSessionLength) |
| 130 | return val |
| 131 | } |
| 132 | |
| 133 | // StoreConfig return store config |
| 134 | func (manager *SessionManager) StoreConfig() *StoreConfig { |
no outgoing calls
no test coverage detected