When troubleshooting authentication issues, the Authentication Server trace can be enabled to record valuable information. When using this trace, users can see that two consecutive sets of entries are recorded for every single login attempt from Strategy Web as shown below.
2010-03-18 12:47:25.053+09:00 Login using Standard Security with User=`user` 2010-03-18 12:47:25.053+09:00 Create user runtime 2010-03-18 12:47:25.099+09:00 Logout 2010-03-18 12:47:25.131+09:00 Login using Standard Security with User=`user` 2010-03-18 12:47:25.146+09:00 Create user runtime 2010-03-18 12:47:25.723+09:00 Logout
This behavior is expected whenever temporary user sessions are created. These temporary sessions are used when both of the following conditions are met:

The duplicated entries in the trace are expected and do not require special attention.