Skip to content

Commit 501619e

Browse files
Jimmy99jameswpm
authored andcommitted
Update 14.2.md
typographical errors and improved readability
1 parent babef0e commit 501619e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/14.2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 14.2 Sessions
22

3-
In chapter 6, we introduced some basic concepts pertaining to sessions in Go, and we implemented a sessions manager. The Beego framework uses this session manager to implement some convenient session handling functionality.
3+
In chapter 6, we introduced some basic concepts pertaining to sessions in Go, and we implemented a session manager. The Beego framework uses this session manager to implement some convenient session-handling functionality.
44

55
## Integrating sessions
66

@@ -14,7 +14,7 @@ Beego handles sessions mainly according to the following global variables:
1414

1515
GlobalSessions *session.Manager// global session controller
1616

17-
Of course, the above values of these variables need to be initialized. You can also use the values from the following configuration file code to set these values:
17+
Of course, the values of these variables shown above need to be initialized. You can also use the values from the following configuration file code to set these values:
1818

1919
if ar, err := AppConfig.Bool("sessionon"); err != nil {
2020
SessionOn = false

0 commit comments

Comments
 (0)