views:

111

answers:

1

Is it possible to use the LoginView control in combitation with the server session in ASP.NAT?

+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