Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there any way to log a user in after you have programatically created them?
Have been bashing my head off a wall with this one so any help is appreciated.
Hi.
Yes, there is.
FormsAuthentication.SetAuthCookie(username, persist);
Member.AddMemberToCache(member);
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Programatically log user in after creation
Is there any way to log a user in after you have programatically created them?
Have been bashing my head off a wall with this one so any help is appreciated.
Hi.
Yes, there is.
is working on a reply...