I'm using DNN 5. When a user logs in, I want to load some data into the session. Where should I add my code? Should I intervene into the login.aspx
's code behind?
views:
32answers:
2
+2
A:
The solutions seems to be writing a custom authentication provider.
lmsasu
2010-01-26 09:52:09
A:
One option would be to set the page the users sees upon login and add a custom module to that page. That would get you out of writing an authentication provider.
notandy
2010-01-28 13:34:20