Context.User.Identity.Name is empty value
Dear ..
How to get the use login value after succssful login.
I am assigning Context.User.Identity.Name to the variable but the context.user has empty value.
can any body help me what settings need to done so that I will get Context.User.Identity.Name value.
Help is expected and appreciated..
Thanks & Regsrds
PPCC
Re: Context.User.Identity.Name is empty value
I am having the same problem, did you ever solve this?
Re: Context.User.Identity.Name is empty value
Had the same issue.. used all of the above... ended up making my own cookie with encryption for the username etc :(
Couldn't use the session cos i think my hosting hasn't got their webfarm working propery.. session gets lost sometimes and appears again :eek2: