Membership custom provider - logout function



I am writing a custom Membership provider for ASP.NET
I have derived from the Membership provider and have supplied my own method
that work against my security server.
For login operation, for instance, I implemented the "ValidateUser(name,
password)" function.
I can not, however, find any function that maches the "logout" operation.
As you may guess, it is a must to implement this function, but - no trace
for it in the membership provider class.
Please advice
Many thanks
Amitai


.



Relevant Pages

  • Re: Membership custom provider - logout function
    ... ValidateUser is not a login operation - it validates credentials - and retrurns a boolean according to the outcome of the validation. ... I have derived from the Membership provider and have supplied my own method that work against my security server. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Membership custom provider - logout function
    ... much if the user just closes the browser. ... security server. ... >> It's a pitty the membership provider doesn't save state (login ... >> Thanks a lot for your generous help ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: MembershipProvider limit no effect.
    ... Unless you are creating a Custom Membership Provider from scratch ... *all* the features in the the Membership Provider class ... asp.net faq: http://asp.net.do/faq/ ...
    (microsoft.public.dotnet.framework.aspnet)
  • Custom Membership Provider with multi databases
    ... some feeling how to write a Custom Membership Provider. ... to specify which database to connet. ... roleProvider with multi databases? ...
    (microsoft.public.dotnet.framework.aspnet.security)