如何在 Google App Engine (Java) 中启用会话支持?
如何使用 Java 启用 GAE 会话支持?
另外,还有一个相关问题:我只想在会话中存储少量状态(基本上只是一个密钥)——GAE 是否会将这些信息存储在客户端 cookie 中,如果是,这种方法的安全性如何?
谢谢!
How do I enable GAE session support using Java?
Also, a related question: I only want to store a small amount of state in sessions (basically, just a key) -- will GAE store this information in a client-side cookie, and if so, how secure is that approach?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于第一个问题。在您的
appengine-web.xml
中包含:For the first question. In your
appengine-web.xml
have:请参阅 appengine-web.xml 中的注释中提供的此链接:
http://code.google.com/appengine/docs/java/config/appconfig.html#Enabling_Sessions
Please refer this Link provided by in comments in appengine-web.xml:
http://code.google.com/appengine/docs/java/config/appconfig.html#Enabling_Sessions