I am using Umbraco 4.01 and have run into some problems. When I use the Member.AddMemberToCache (which is the only method I can find with authenticates a user), the user is logged on until he/she explicitly logs out.
IMO, this seems like a very strange design decision! By using reflector, I can see that the members are added to the cache which really is a puzzle to me... Is there any way to tie the authentication to the user's session instead?
Loggin on a member
I am using Umbraco 4.01 and have run into some problems. When I use the Member.AddMemberToCache (which is the only method I can find with authenticates a user), the user is logged on until he/she explicitly logs out.
IMO, this seems like a very strange design decision! By using reflector, I can see that the members are added to the cache which really is a puzzle to me... Is there any way to tie the authentication to the user's session instead?
Okay, right after I wrote the post I found this:
It seems like it does the job :)
is working on a reply...