Visit loops through all session keys and values.
(sid string, cb func(key string, value interface{}))
| 49 | Decode(sid, key string, outPtr interface{}) error |
| 50 | // Visit loops through all session keys and values. |
| 51 | Visit(sid string, cb func(key string, value interface{})) error |
| 52 | // Len returns the length of the session's entries (keys). |
| 53 | Len(sid string) int |
| 54 | // Delete removes a session key value based on its key. |
no outgoing calls
no test coverage detected