about Login1_LoggedIn(object sender, EventArgs e)

M

mike

i want to invoke something after login.

so i write in Login1_LoggedIn event of LoginView like below..

to execute i need user Id ..but it 's always null..

protected void Login1_LoggedIn(object sender, EventArgs e)
{
string userId = HttpContext.Current.User.Identity.Name; => null
//string userId = Context.User.Identity.Name; =>
null
//bool i = Context.User.Identity.IsAuthenticated; => false

PointManager.LoginPoint(userId);
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top