SessionAll get count number of memory session
()
| 111 | |
| 112 | // SessionAll get count number of memory session |
| 113 | func (store *RuntimeStore) SessionCount() int { |
| 114 | return store.list.Len() |
| 115 | } |
| 116 | |
| 117 | // SessionAccess expand time of session store by id in memory session |
| 118 | func (store *RuntimeStore) SessionAccess(sessionId string) error { |