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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -