I'm using Umbraco v 4.7.0 (Assembly version: 1.0.4090.21631) and have noticed that if you're logged out from the admin interface due to idle timeout and the login screen is shown, Umbraco will create a log entry every 10th second with at Logout logheader.
Windows Server 2008 R2 Standard SP1 64-bit, IIS 7.5, ASP.NET v4, SQL Server 2008.
Umbracolog filling up with Logout entries
Hi,
I'm using Umbraco v 4.7.0 (Assembly version: 1.0.4090.21631) and have noticed that if you're logged out from the admin interface due to idle timeout and the login screen is shown, Umbraco will create a log entry every 10th second with at Logout logheader.
Windows Server 2008 R2 Standard SP1 64-bit, IIS 7.5, ASP.NET v4, SQL Server 2008.
Brgds
Jonas
Contents of the umbracoLog table:
id userId NodeId Datestamp logHeader
----------- ----------- ----------- ----------------------- --------------------------------------------------
37720 0 -1 2012-04-05 09:42:32.207 Logout
37719 0 -1 2012-04-05 09:42:22.147 Logout
37718 0 -1 2012-04-05 09:42:12.150 Logout
37717 0 -1 2012-04-05 09:42:02.150 Logout
37716 0 -1 2012-04-05 09:41:52.150 Logout
37715 0 -1 2012-04-05 09:41:42.150 Logout
37714 0 -1 2012-04-05 09:41:32.150 Logout
37713 0 -1 2012-04-05 09:41:22.150 Logout
37712 0 -1 2012-04-05 09:41:12.133 Logout
37711 0 -1 2012-04-05 09:41:02.137 Logout
37710 0 -1 2012-04-05 09:40:52.133 Logout
And the lock screen...
Might upgrade your solution to 4.7.1.1 which doesn't have this annoying issue.
Cheers,
/Dirk
is working on a reply...