I try to login to umbraco backoffice. after valid login (I see in the log and also in debug) i'm redirected back to the login screen. after short investigation I found that StateHelper.Cookies.UserContext.HasValue is turning to false after the redirect to umbraco.aspx (before the redirect it seems to be ok).
Eyal are you ruiing your site locally or on the server? Do you have fiddler? What is the date of the cookie and what is the exp date? May be the server has the wrong date so your cookie has already expired?
login endless loop
I try to login to umbraco backoffice. after valid login (I see in the log and also in debug) i'm redirected back to the login screen.
after short investigation I found that StateHelper.Cookies.UserContext.HasValue is turning to false after the redirect to umbraco.aspx (before the redirect it seems to be ok).
I use version 6.1.2
Have you tried another browser? If that works, try to clear the cache/cookies etc. of your current browser.
in different browser it went in.
so I went to problematic browser cleaned everything and same behavior
Eyal are you ruiing your site locally or on the server? Do you have fiddler? What is the date of the cookie and what is the exp date? May be the server has the wrong date so your cookie has already expired?
is working on a reply...