I have a site setup using Claims Based (Forms) authentication with Anonymous access enabled.
When a user logs into the site they may exist in the Forms Database, but not in the SharePoint Site collection. In this case SPContext.Current.Web.SPUser returns NULL - even though they are logged in.
Is there another object similar to SPUser that I can use?