Is it possible to use the LoginView control in combitation with the server session in ASP.NAT?
views:
111answers:
1
+1
A:
Yes, it can use the session automatically. You can just set a username field or authenticated field in session so you know. Like Session("username") = curUser
Or what are you looking to do?
Tom
2008-10-06 17:44:22