ResolutionsNET
IS-IT--Management
I wonder if anyone can help.
We have web application using Forms Authentication that works perfectly ok in all environments, but in the production environment the forms authentication isn't timing out and returning the user to a login screen. Instead it tries to load the requested page and falls over on a multiple control id. Remember these errors don't happen in the Development and Testing environments.
Another interesting point is, if I set the persistence of the cookie to true it doesn't write the cookie. The application continues to work, but obviously doesn't remember the user on a return (as the cookie isn't there). This happens in all environments.
Event logs show no indication of the worker process being recycled and everthing seems to be ok.
Any ideas or suggestions?
Thanks
We have web application using Forms Authentication that works perfectly ok in all environments, but in the production environment the forms authentication isn't timing out and returning the user to a login screen. Instead it tries to load the requested page and falls over on a multiple control id. Remember these errors don't happen in the Development and Testing environments.
Another interesting point is, if I set the persistence of the cookie to true it doesn't write the cookie. The application continues to work, but obviously doesn't remember the user on a return (as the cookie isn't there). This happens in all environments.
Event logs show no indication of the worker process being recycled and everthing seems to be ok.
Any ideas or suggestions?
Thanks