Having a bit of a problem. Using the ASP:Login control and a custom provider to authenticate against corp data. Problem is if the user selects to be remembered and returns to the site some time later there is no authentication or even validation in any way. What if that user has been deleted , disabled , or changed their password ? I can't believe this is an oversight in the Platform. Anyone have any clues what I'm missing ?
Is there a way to force the control to authenticate ? or Detect an "Remebered Login" ?
My other problem which is directly related to this is that at login I load a considerable amount of data about the users enviroment and settings ( I cannot use the ProfileProvider methodology since a user can have many profiles and select the desired one which is surprisingly missed in the framework )
Any assitance or advice would be greatly appreciated.