/**
* Return the session context with which this session is associated.
*
* @deprecated As of Version 2.1, this method is deprecated and has no
* replacement. It will be removed in a future version of the
* Java Servlet API.
*/
public HttpSessionContext getSessionContext() {
if (sessionContext == null)
sessionContext = new StandardSessionContext();
return (sessionContext);
}
StandardSession.java 文件源码
java
阅读 42
收藏 0
点赞 0
评论 0
项目:jerrydog
作者:
评论列表
文章目录