Name returns the name used to register the session.
()
| 83 | |
| 84 | // Name returns the name used to register the session. |
| 85 | func (s *Session) Name() string { |
| 86 | return s.name |
| 87 | } |
| 88 | |
| 89 | // Store returns the session store used to register the session. |
| 90 | func (s *Session) Store() Store { |