Skip to content

Commit

Permalink
####Version 1.7.21
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
devfeel committed Dec 13, 2023
1 parent 2fe667e commit 5473ef4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package dotweb
// Global define
const (
// Version current version
Version = "1.7.21"
Version = "1.7.22"
)

// Log define
Expand Down
5 changes: 5 additions & 0 deletions version.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## dotweb版本记录:

####Version 1.7.22
* tip: use strings.Contains instead strings.Index on server.go
* Thanks for @testwill #253!
* 2023-12-13 08:00 at ShangHai

####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
Expand Down

0 comments on commit 5473ef4

Please sign in to comment.