Hello everyone, I'm having a huge problem that is annoying my users. After logging in they are prompted to log in again. This happened after I received the SSL certificate. This is what happens. A user types in the url. www.mydomain.com and since he/she is not authenticated it redirects back to www.mydomain.com/login.aspx?ReturnUrl=%2fDefault.aspx . Perfect. Now when the the user logs in the page refreshes but it now comes back to the login page with a url/session. www.mydomain.com/(S(blahblahblahquagmirecleveland))/login.aspx ....After loggin in again is the user directed to the default page.
Any ideas on how to fix. Perhaps I can do something on the page load to check the url for a session id, and if it's not then force a refresh? I don't know...
...
Go to the complete details ...