Tagged Questions
0
votes
1answer
38 views
SPContext on Forms login page
How can I get the SPContext on the forms login page (/_forms/default.aspx)? Looking up SPContext.Current or SPContext.GetContext(HttpContext.Current) is always null. I need to retrieve the parent ...
2
votes
2answers
2k views
FedAuth cookie set to expire only 10 hours after creation
I've written a custom login script for my Forms Based Authentication SharePoint 2010 Server website, which allows my users to enter credentials for one of our products, and map them to a FBA user ...
