In membership class, their is a property called User.LastActiveDate. I wonder, what action user make will cause its value to update.
Possible actions like logging in. Open an member only page, make a request to member only.
Which of this actions will update user's lastactivedate?
I searched all over the msdn and internet but could not find any one talking about this.