Session、FormsAuthenticationTicket、存储有关用户的数据?

发布于 2024-10-15 20:53:56 字数 328 浏览 3 评论 0原文

我正在构建一个需要能够扩展的 Web 应用程序。

我们想要存储一个连接字符串,一个表示用户现在在哪个组织工作以及用户身份的对象。

我们可以将其序列化并通过 FormsAuthenticationTicket 中的 userdata 属性发送,但这感觉不是最佳解决方案,因为它是不必要的 4-5 个数据字符串,但主要问题是我们正在向我们不希望的用户发送加密的连接字符串。

那么我们有什么选择呢?

ASP.NET 缓存可以成为我们的解决方案吗?我们可以将 ASP.NET 缓存的过期时间与 formsauthenticationcookie 结合起来吗?

I'm building a web application that needs to be able to scale.

We want to store a connection string, an object that says what organization the user is working on right now and the identity of the user.

We could serialize down this and send through the userdata property in the FormsAuthenticationTicket, but that feels to not be the optimal solution, because it is 4-5 strings of data that are unncessesary, but the main issue is that we are sending an encrypted connectionstring to the user which we don't want to.

So what are our options?

Can ASP.NET cache be our solution? Can we couple the expiration of the ASP.NET cache and the formsauthenticationcookie?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文