Log in ASP.NET
-
I have a web application. I want to know user doing in this? And I can save it by session. Can you tell your opinion?
-
I have a web application. I want to know user doing in this? And I can save it by session. Can you tell your opinion?
Your question is not quite clear. Please rephrase and elaborate on what are you trying to do.
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application
-
I have a web application. I want to know user doing in this? And I can save it by session. Can you tell your opinion?
Quote:
I want to know user doing in this? And I can save it by session.
What does it mean?
-
Your question is not quite clear. Please rephrase and elaborate on what are you trying to do.
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application
I want to record all users' activities on websites such as manipulation 1 log file
-
Quote:
I want to know user doing in this? And I can save it by session.
What does it mean?
I want to record all users' activities on websites such as manipulation 1 log file
-
I want to record all users' activities on websites such as manipulation 1 log file
So wots problem Create a database table to store activities at every operation store the activity along with date time, user, and any other things u require.
-
I want to record all users' activities on websites such as manipulation 1 log file
Take a look at following link in CP, hope it helps: User Activity Log in asp.net[^]
Thanks & Regards, Vani Kulkarni
-
So wots problem Create a database table to store activities at every operation store the activity along with date time, user, and any other things u require.
Thank you!
-
Take a look at following link in CP, hope it helps: User Activity Log in asp.net[^]
Thanks & Regards, Vani Kulkarni
Thank you!
-
I have a web application. I want to know user doing in this? And I can save it by session. Can you tell your opinion?
-
Use FormsAuthentication and then just store whatever you want into the Session.
There are only 10 types of people in the world, those who understand binary and those who don't.
Thank you! :)
-
Thank you! :)