I've got an application.cfc that is showing a really strange
sessiontimeout. I have the following line between the cfcomponent tag
and the first cffunction (as most people do):
this.sessionTimeout = createTimeSpan(0,0,1,0)

Now that should set the session timeout to 1 minute with the variable
holding a value of 0.000694444444444. The problem is, the above code
gives me a value of 60 instead. If I put the same code into the
onrequeststart method, it gives me the proper value. Am I missing
something? I've never seen this before.

Thanks

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346996
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to