Skip to content

Commit 5473ef4

Browse files
committed
####Version 1.7.21
* feature: add SessionManager.RemoveSessionState to delete the session state associated with a specific session ID * feature: add HttpContext.DestorySession() to delete all contents of the session and set the sessionId to empty * For my birthday! * 2023-04-15 16:00 at ShangHai
1 parent 2fe667e commit 5473ef4

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package dotweb
33
// Global define
44
const (
55
// Version current version
6-
Version = "1.7.21"
6+
Version = "1.7.22"
77
)
88

99
// Log define

version.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## dotweb版本记录:
22

3+
####Version 1.7.22
4+
* tip: use strings.Contains instead strings.Index on server.go
5+
* Thanks for @testwill #253!
6+
* 2023-12-13 08:00 at ShangHai
7+
38
####Version 1.7.21
49
* feature: add SessionManager.RemoveSessionState to delete the session state associated with a specific session ID
510
* feature: add HttpContext.DestorySession() to delete all contents of the session and set the sessionId to empty

0 commit comments

Comments
 (0)