From cd1cd755ea66001fd66956128100752f5aa50167 Mon Sep 17 00:00:00 2001 From: Anchor Date: Mon, 9 Feb 2015 22:10:03 -0800 Subject: [PATCH] Fix translation for intro to 14.2.md --- en/14.2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/14.2.md b/en/14.2.md index 33774a29..44bf2f43 100644 --- a/en/14.2.md +++ b/en/14.2.md @@ -1,6 +1,6 @@ -# 14.2 Session +# 14.2 Sessions -Chapter VI, when we saw how to use the Go language session, also achieved a sessionManger, beego sessionManager based framework to achieve a convenient session handling functions. +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. ## Session integration beego mainly in the following global variables to control the session handling: