-1

In ASP.net,

Without using browser Cookies can we track user system? actually we have requirement where we generate URL and send email to user with URL and when user clicks on the URL I need to know whether user is authorized to view WebPage or not.

Please help me, how to track user.

Thanks,

Sukesh.

4

2 回答 2

0

您可以通过 IP 地址限制访问。

除了 cookie 之外,还有其他方式来存储身份验证信息,即http://www.codeproject.com/Articles/2796/Cookieless-ASP-NET-forms-authentication

于 2012-06-11T21:00:30.840 回答
0

您可以通过sessionState元素的cookieless属性进行无 cookie 会话。

http://msdn.microsoft.com/en-us/library/h6bb9cz9.aspx

于 2012-06-11T21:00:48.687 回答