Skip to content

Commit 3f7a211

Browse files
authored
会话 -> Session
1 parent 334b9db commit 3f7a211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/zh-CN/action_cable_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ bundle exec puma -p 28080 cable/config.ru
537537

538538
### 注意事项
539539

540-
WebSocket 服务器没有访问会话的权限,但可以访问 cookie,而在处理身份验证时需要用到 cookie[这篇文章](http://www.rubytutorial.io/actioncable-devise-authentication)介绍了如何使用 Devise 验证身份。
540+
WebSocket 服务器没有访问 Session 的权限,但可以访问 Cookie,而在处理身份验证时需要用到 Cookie[这篇文章](http://www.rubytutorial.io/actioncable-devise-authentication)介绍了如何使用 Devise 验证身份。
541541

542542
依赖关系
543543
--------

0 commit comments

Comments
 (0)