English 中文(简体)
Umbraco 5 keeps showing Login Expired on Administrator Panel
原标题:

On administration panel, Jupiter regularly takes off a "Login Expired" box asking to login again.

  • I am using a IIS7 hosting service
  • I am using SQL Server 2008 R2
  • I checked the full trust capability on web.config adding trust level="full" (this is need on mi hosting)
  • I manually add ASP.NET WebPages assemblies to /bin directory (except System.Web.WebPages.Administration.dll because it conflicts with Nuget assembly in Umbraco)

I checked the same site on IIS 7.5 through publishing on other hosting provider and this was solved but still I need solve this.

The admin panel is operating but It constatly needs relogin. The log seems to show all working fine.

Anybody had the same problem?

问题回答

Check the dates on your server, versus your workstation. They need to match, its a common problem, that catches a lot of people.

I think this can also be caused when your app pool recycles. I ve noticed that the popup seems to appear after the app pool has been recyled or restarted on the server.





相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Remotely authenticating client Windows user on demand

Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the ...

Role/Permission based forms authorizing/authentication?

While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I can write User....

热门标签