loginstatus

ASP.NET LoginStatus inside LoginView doesn't trigger LoggingOut event

I have a LoginView in my APS.NET application with AnonymousTemplate and LoggedInTemplate. I've put LoginStatus control inside LoggedInTemplate but it doesn't work as expected. Here's the code <asp:LoginView ID="LoginView1" runat="server"> <AnonymousTemplate> <asp:Login ID="Login1" runat="server" OnAuthenticate="Login1_Auth...

Managing login in php

Hi guys, Obviously I have my own opinion and way of doing this, but I would be curious to see if there were any better ways. How do you manage logins, i.e. check if user is logged in with valid login before serving members only content. ...