asp.net - LastActivityDate different than LastLoginDate in ASPNET Membership Provider -


in aspnet membership provider implementation, lastactivitydate different lastlogindate. kind of information stored in column if user not log in?

thank you

for new user lastlogindate , lastactivitydate equal creationdate.

the lastlogindate updated when method "validateuser" called. in cases @ login.

the lastactivitydate updated when method "validateuser" called when information profile requested.

so in last case can happens when have example backendpage list of users including profile information see lastactivitydate same users. lastactivitydate set date , time access backendpage.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -