Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 playframework 1.x 中,会话只是模板中的一个隐式对象,但它似乎在 playframework 2.0 中消失了。有没有办法让我在模板中使用会话对象?
谢谢。
如果我没记错的话,您应该能够像这样获得存储在会话中的值:
@session.get("mySessionVar")