ing
This commit is contained in:
parent
134a725006
commit
8fb9ee1301
|
@ -1,8 +1,9 @@
|
|||
package servlet
|
||||
|
||||
import (
|
||||
"git.loafle.net/commons/server-go"
|
||||
"sync"
|
||||
|
||||
"git.loafle.net/commons/server-go"
|
||||
)
|
||||
|
||||
type Session struct {
|
||||
|
@ -32,4 +33,4 @@ func ReleaseSession(_session *Session) {
|
|||
_session.ServletCtx = nil
|
||||
|
||||
sessionPool.Put(_session)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user