443aaadc by asta.xie

fix #533 change the function name

1 parent ff193805
...@@ -173,7 +173,7 @@ func (manager *Manager) SessionDestroy(w http.ResponseWriter, r *http.Request) { ...@@ -173,7 +173,7 @@ func (manager *Manager) SessionDestroy(w http.ResponseWriter, r *http.Request) {
173 } 173 }
174 174
175 // Get SessionStore by its id. 175 // Get SessionStore by its id.
176 func (manager *Manager) GetProvider(sid string) (sessions SessionStore, err error) { 176 func (manager *Manager) GetSessionStore(sid string) (sessions SessionStore, err error) {
177 sessions, err = manager.provider.SessionRead(sid) 177 sessions, err = manager.provider.SessionRead(sid)
178 return 178 return
179 } 179 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!