Does anyone have an example of how to use DNN's built-in functionality for a custom Login Module which can store the User Login with a Session and Cookie?
I don't want to re-invent the wheel.
Thanks
Does anyone have an example of how to use DNN's built-in functionality for a custom Login Module which can store the User Login with a Session and Cookie?
I don't want to re-invent the wheel.
Thanks
Check out
DotNetNuke.Entities.Users.UserController
. It has all kinds of methods for user handling. For login it has