Google Sitebricks 会话管理
我浏览了 Sitebricks 网站 和相关论坛,但无法确定它是否支持会话管理(跨多个请求保留状态)或不是。只是想知道是否有人知道这个问题的答案?
I explored Sitebricks website and related forums but could not find out if it supports session management (preserving state across multiple requests) or not. Just wondering if anyone knows the answer to this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Sitebricks 基于 Guice 的 Guice Servlet 扩展,它允许您通过使用 @SessionScoped 或在绑定模块时指定会话范围:
Sitebricks is based on the Guice Servlet extension of Guice, which allows you to scope injected objects by session either by annotating them with @SessionScoped or by specifying session scope when you bind in a module: