I have created a project with a login control on a separate page. I have implemented a custom membership provider as well.
When the user logs in using the login control it successfully authenticates using the custom provider the LoggedIn event fires, and the user is navigated to the destinationpageurl. However, after logging in, nothing is set to indicate that the user has logged in. All of the other login controls (status, view and name) assume that the user is not authenticated and do not reflect the successful login.
What additional steps must be done to complete the authentication? Do I need to set anything when the LoggedIn event is raised?
-Andrew