mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 06:50:54 +00:00
Update sess_file.go
This commit is contained in:
parent
323a1c4214
commit
7886e69236
@ -78,6 +78,8 @@ func (fs *FileSessionStore) SessionID() string {
|
||||
|
||||
// SessionRelease Write file session to local file with Gob string
|
||||
func (fs *FileSessionStore) SessionRelease(w http.ResponseWriter) {
|
||||
filepder.lock.Lock()
|
||||
defer filepder.lock.Unlock()
|
||||
b, err := EncodeGob(fs.values)
|
||||
if err != nil {
|
||||
SLogger.Println(err)
|
||||
|
Loading…
Reference in New Issue
Block a user