Victor,

I have come across some buggy behavior with the sessiontimeout using
variables... Try doing this and see if it makes a difference:

 <cfapplication name="#variables.myApp#"
    sessionmanagement="yes"
    clientManagement="no"
    sessiontimeout="#CreateTimeSpan(0, 0, 20, 0)#"
    applicationtimeout="#CreateTimeSpan(4, 0, 0, 0)#">

The only difference is that I put create time span into session timeout... I
know this makes no sense, but in the past, that has made a difference for
me.

.......................
Ben Nadel 
www.bennadel.com
-----Original Message-----
From: Victor Moore [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 03, 2006 11:33 AM
To: CF-Talk
Subject: Re: CFMX 7.01 and Windows XP sp 2 issue

<cfapplication name="#variables.myApp#"
    sessionmanagement="yes"
    clientManagement="no"
    sessiontimeout="#variables.sessionTimeOut#"
    applicationtimeout="#CreateTimeSpan(4, 0, 0, 0)#">

We have not yet implemented the Application.cfc functionality

Thx

On 5/3/06, Ben Nadel <[EMAIL PROTECTED]> wrote:
>
> Can you post your application tag (CFApplication) or application 
> settings in the Application.cfc (which ever one you use)... I just 
> want to see what you are saying about session management.
>
> Please XXX out any critical info you might not want us to see like 
> application name or something.
>
> .......................
> Ben Nadel
> www.bennadel.com
> -----Original Message-----
> From: Victor Moore [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 03, 2006 10:55 AM
> To: CF-Talk
> Subject: Re: CFMX 7.01 and Windows XP sp 2 issue
>
> Yes, I can connect to other sites using IE (including to this 
> application but on other servers) but not local. Local I can only 
> access using FF and just tried with Netscape and it's working fine.
>
> So the bottom line is cannot hold session with IE 6 or 7 from any 
> machine
>
>
>
> On 5/3/06, Ben Nadel <[EMAIL PROTECTED] > wrote:Victor,
> >
> >
> > Yeah, it sounds like its something on the IE settings.  Try making 
> > the site a "Trusted Site" in the IE security options Tools > 
> > Internet Options > Security > Trusted Sites... Add the site, 
> > http://localhost, or what ever Url you are using. See if that 
> > helps.. Also, can you use that IE browser to login into things like 
> > Gmail and Hotmail. If not, then maybe cookies are not holding for 
> > any site, and you have a cookie
> setting issue.
> >
> >
>
>
>
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239394
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to