Click here to Skip to main content
15,881,802 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I am a beginner in MVC and is working on an application which integrates all social networks(Facebook, Twitter, LinkedIn) within it. All works fine but am getting Request.IsAuthenticated as false always even if i am setting cookie using
FormsAuthentication.SetAuthCookie(value, boolena value)
I am running this application under VS2012 and also using DotNetOpenAuth. I guess this is the point where I am getting stuck but need a little more guidance over it.
Can it be explained and rectified? I need to check Request.IsAuthenticated since I am toggling Log in and log off links on master page.
Please help me out.
Thanks in advance,
Nutan Ranee,
Pune
Posted
Comments
Member 8450606 30-May-13 11:27am    
Did you ever get this working? I'm having the same issue.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900