我们知道session 实现有好几种机制,比如cookie, url-rewriting, etc.
When cookie is disabled on client side, most of time we can refer to use response.encodeURL or encodeRedirectURL to add a param jsessionid to identify the client and context.
当客户端禁用cookie时,可以通过使用response.encodeURL或response.encodeRedirectURL来添加一个参数jsessionid,用于识别客户端和上下文,实现会话跟踪。
我们知道session 实现有好几种机制,比如cookie, url-rewriting, etc.
When cookie is disabled on client side, most of time we can refer to use response.encodeURL or encodeRedirectURL to add a param jsessionid to identify the client and context.

被折叠的 条评论
为什么被折叠?