page level NTFM auth - gives loss of form collect
Hi,
I am developing an intranet and site level authentication is set to Anonymous access.
I have a login screen with Windows NTFM authentication set on it which reads the users windows login ID out of the Request.ServerVariables collection, authenticates them and assigns their login ID to a session variable. The login screen then redirects them into the site pages which check for the presence of the session variable, if not there then they are redirected back to the login screen.
The login works fine but when the user is redirected into the site and uses the pages some of the HTML forms do not submit properly, they do not pass any Request.Form name/value pairs. The session information is being held with no problems.
I have tryed this system with basic authentication and the forms work no problem. Does anyone one know what could be causing the loss of the request.Form collection after using NTLM authentication on a single login page?
thanks,
Nick
|