以编程方式更改 FormsAuthenticationTicket 中的用户数据
我正在使用 FormsAuthenticationTicket
并放置数据并在所有页面之间传递数据。 如果我们不更改任何数据,它就会起作用。
所以,现在如果我想更改数据并将其传递给 cookie 并加密,那么如何以编程方式更改数据。
请给我以编程方式更改 HttpCookie 中的数据的解决方案。
I am using the FormsAuthenticationTicket
and place the data and passing the data across all the pages.
and it will work if we are not changing any data.
So, now if I want to change the data and pass it for the cookie and encrypt then how to change the data programmatically.
Please give me the solution for changing the data in HttpCookie
programmatically.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我如何修改已发出的表单身份验证票证的示例:
This is an example of how I modify an already-issued forms auth ticket: