Custom Login Control / Page
Has
SecurityManager.SetAuthenticationCookie(SystemManager.CurrentHttpContext.Response, Membership.GetUser(username).ProviderName, username,
false
);
Hi Jonathan,
SetAuthenticationCookie is an internal method:
internal
static
void
SetAuthenticationCookie(
HttpResponseBase response,
string
membershipProvider,
string
userName,
bool
persistent)
...