Session、FormsAuthenticationTicket、存储有关用户的数据?
我正在构建一个需要能够扩展的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论