c# - How to handle anonymous user in mvc application? -
i creating asp.net mvc-4 application. in application user can post products. want whether user logged in or not [anonymous] , post there products. can use sessionid, worry if session expires how can detect anonymous user.
i want know migrating anonymous profile logged in userprofile. please suggest me tutorials or resources or logic can implement this.
heres great link throwing magical [allowanonymous]
data attribute onto specific actions, accompanied details of when , come in handy.
check out , best of luck!
Comments
Post a Comment