There is a easy and quick way to disable tomcat session :
In your tomcat's context.xml, add this line below
<Context path='/myApplicationContext' cookies='false'>
done
本文介绍了一种简单快捷的方法来禁用Tomcat会话。只需在Tomcat的context.xml文件中添加特定行即可完成操作。
There is a easy and quick way to disable tomcat session :
In your tomcat's context.xml, add this line below
<Context path='/myApplicationContext' cookies='false'>
done

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