A
Alhambra Eidos Kiquenet
Hello everyone,
I'm using a provider(Custom Membership), which uses WCF services to
validate the user. Also implement the method GetUser.
In my aspx page of the website used a Login control, and in the web.config I
configured nodes membership using my class CustomMembership.
I want, after validate the user, put User object in Session, with the user
data validated.
How could it do? I do not want to do in that class Membership, is there
some event or Login to do so elsewhere in the web application?
Greetings and thanks in advance.
I'm using a provider(Custom Membership), which uses WCF services to
validate the user. Also implement the method GetUser.
In my aspx page of the website used a Login control, and in the web.config I
configured nodes membership using my class CustomMembership.
I want, after validate the user, put User object in Session, with the user
data validated.
How could it do? I do not want to do in that class Membership, is there
some event or Login to do so elsewhere in the web application?
Greetings and thanks in advance.