Problem with Portal - Session Expired.
I am writing and troubleshooting an Azure function and I get a pop up saying that my session has expired.
My portal setting are: Log me out when inactive: Never
Please fix this as it is making it impossible to troubleshoot my function code.
5 comments
-
MARIOS ARGYRIOU commented
Just delete all cookies related to azure websites and restart the browser, that solved the problem for me
-
Nathan Carter commented
I'm getting this problem as well. Whenever I go to look at a specific SQL database in the portal. I just get Session Expired. Using Brave browser. If I'm in Edge, it's fine.
-
Dean Gross commented
my colleague and I are getting this, any ideas on how to fix would be appreciated.
-
Anonymous commented
Did you solve this problem anyhow? I'm having the same problem already for a few days now and it's making it impossible to work in the portal.
-
Dom Barnes commented
Seems especially egregious in Chrome. Error console states:
`Failed to load resource: the server responded with a status of 404 (Not Found)`
`https://graph.windows.net/{GUID}/users/{EMAIL}/thumbnailPhoto?api-version=2013-11-08`<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<code>Authentication_MissingOrMalformed</code>
<message xml:lang="en">Access Token missing or malformed.</message>
<requestId>REDACTED</requestId>
<date>2018-04-10T20:37:46</date>
</error>