StoreConfig return store config
()
| 132 | |
| 133 | // StoreConfig return store config |
| 134 | func (manager *SessionManager) StoreConfig() *StoreConfig { |
| 135 | return manager.storeConfig |
| 136 | } |
| 137 | |
| 138 | // GetClientSessionID get session id from client |
| 139 | // default mode is from cookie |
no outgoing calls