Skip to content

Commit

Permalink
Remove SessionHashKey contents
Browse files Browse the repository at this point in the history
  • Loading branch information
flycash committed Apr 2, 2021
1 parent 95ae0d9 commit 726c913
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
5 changes: 1 addition & 4 deletions en-US/mvc/controller/session.md
Expand Up @@ -77,10 +77,7 @@ Here are some parameters used in the Session module:

- SessionHashFunc
Sets the function used to generate sessionid. The default value is `sha1`.

- SessionHashKey
Sets the session hash key. The default key is beegoserversessionkey. This value should be changed.


- SessionCookieLifeTime
Sets the cookie expire time. The cookie is used to store data in client.

Expand Down
5 changes: 1 addition & 4 deletions tr-TR/mvc/controller/session.md
Expand Up @@ -77,10 +77,7 @@ Here are some parameters used in the Session module:

- SessionHashFunc
Sets the function used to generate sessionid. The default value is `sha1`.

- SessionHashKey
Sets the session hash key. The default key is beegoserversessionkey. This value should be changed.


- SessionCookieLifeTime
Sets the cookie expire time. The cookie is used to store data in client.

Expand Down
4 changes: 0 additions & 4 deletions zh-CN/mvc/controller/session.md
Expand Up @@ -84,10 +84,6 @@ sess 对象具有如下方法:

默认值为 sha1,采用 sha1 加密算法生产 sessionid

- web.BConfig.WebConfig.Session.SessionHashKey

默认的 key 是 beegoserversessionkey,建议用户使用的时候修改该参数

- web.BConfig.WebConfig.Session.SessionCookieLifeTime

设置 cookie 的过期时间,cookie 是用来存储保存在客户端的数据。
Expand Down

0 comments on commit 726c913

Please sign in to comment.