House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Search cf-talk

July 04, 2009

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31   

Home /  Groups /  ColdFusion Talk (CF-Talk)

Can't extend sessionTimeout longer than 30 minutes

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
CF8 here, using Application.cfc
Will Tomlinson
05/17/08 06:45 P
Disregard this one. I figured it out.
Will Tomlinson
05/17/08 07:04 P
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Will Tomlinson
05/17/2008 06:45 PM

CF8 here, using Application.cfc CF admin shows the maximum session timeout as 2 days. The default session timeout is 30 minutes. So far so good. My client asked that I allow is site to have a 2 hour session. So I simply changed the this scope variable in Application.cfc to: <cfset this.sessiontimeout = CreateTimeSpan(0,2,0,0)> I changed the app name so I know I have a fresh app running the new code, yet, I logged into the app. Sat there idle for 40 minutes. Tried to click around and my session had expired. I've double checked my code and CF Admin. What am I doing wrong here? Thanks, Will

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Will Tomlinson
05/17/2008 07:04 PM

Disregard this one. I figured it out. I forgot to check the Application.cfc in my admin subdirectory. ITS timeout was still set to 20 minutes.  :) Thanks, Will


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists