I am writting an application and I am having a very strange
issue that I have never seen before. When a new session is created,
it takes exactly 12 seconds (sometimes 11.999 seconds) to run the
page. After the session has started everything works as usual.
I am using an application.cfc page. When I remove
<CFSET THIS.SessionManagement = true />
<CFSET THIS.SessionTimeout = CreateTimeSpan( 0, 1, 0, 0 )
/>
as well as the OnSessionStart method, it starts up fine
(albeit without session vaiables.) I can reproduce it everytime on
my live cluster for one site only. Works fine in my dev server, and
other sites on my live server cluster. It happens on all servers in
the cluster for this one site.
I tried removing the application.cfc and replacing with
application.cfm using the CFAPPLICATION tag. Same thing.
Windows 2003 Server.
Please help.
EDIT: All sites on this cluster are affected.