HttpContext.Current.User.Identity.Name loses value
Posted
by
Yagami
on Stack Overflow
See other posts from Stack Overflow
or by Yagami
Published on 2011-01-03T09:48:54Z
Indexed on
2011/01/03
9:54 UTC
Read the original article
Hit count: 289
ASP.NET
Hi, I am using HttpContext.Current.User.Identity.Name to get a user id from 2 web application i'am developping.
the problem is when i'am loggin in teh first application i get always HttpContext.Current.User.Identity.Name value (i put test in Application_AuthenticateRequest event) but when i log in teh 2nd application adn i ty to naviagte trough the 1st application teh HttpContext.Current.User.Identity.Name loses value.
Environnement of test : Windows XP / VS.NET 2005 / Authentication forms BTW : both application are deployed in teh same machine
Thank you for your help
© Stack Overflow or respective owner