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.
我正在使用 Compojure 开发一个 Web 应用程序,我非常感谢一个存储和检索会话数据的小而完整的示例。
非常感谢,詹姆斯。
这是一个使用 Ring 的函数式处理会话和使用外部库(沙条)通过地图样式界面处理会话的示例:
GitHub
如果您只对 Ring 方法感兴趣,那么您可以在此示例中将 wrap-stateful-session 替换为 wrap-session,这样就可以了。
作为 sandbar 的作者,我更喜欢 map 的方法,但两种风格都有它们的位置。