Decode binds the "outPtr" to the value associated to the provided "key".
(sid, key string, outPtr interface{})
| 47 | Get(sid string, key string) interface{} |
| 48 | // Decode binds the "outPtr" to the value associated to the provided "key". |
| 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). |
no outgoing calls