如何通过 Compojure/Ring 使用会话?

发布于 2024-09-26 05:44:06 字数 83 浏览 4 评论 0原文

我正在使用 Compojure 开发一个 Web 应用程序,我非常感谢一个存储和检索会话数据的小而完整的示例。

预先非常感谢, 詹姆斯.

I'm developing a web application using Compojure and I would hugely appreciate a small and complete example of storing and retrieving session data.

Many thanks in advance,
James.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

疯狂的代价 2024-10-03 05:44:06

以下是使用 Ring 的功能风格处理会话以及使用外部库(sandbar)通过地图样式界面处理会话的示例:

GitHub

如果您只对 Ring 方法感兴趣,那么您可以将wrap-stateful-session 替换为wrap-本例中的 session 将会起作用。

作为沙洲的作者,我更喜欢地图方法,但这两种风格都有自己的位置。

Here is an example of using both Ring's functional style of working with sessions and using an external library (sandbar) to work with the session through a map style interface:

GitHub

If you are only interested in the Ring approach then you could replace wrap-stateful-session with wrap-session in this example and that will work.

As the author of sandbar, I prefer the map approach but both styles have their place.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文