What web server are you using? I recently moved to Apache and found all my sessions were being lost too. I was getting a new session ID with every page view and therefore any logins were lost as were all sessoin variables.
That prompted me to start tidying up my Application.cfc files and there were a lot of errors and needless things in there that had crept in over the years. (Like a lot of developers, when I start a new site i tend to copy the last Application.cfc file and modify it, rather than write a new one from scratch) For some reason IIs tolerated that code but Apache didnt. Fixing my Application.cfm and Application.cfc files solved the issue though and gave me more solid apps into the bargain. Cheers Mike Kear Windsor, NSW, Australia Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month On 5/3/06, Victor Moore <[EMAIL PROTECTED]> wrote: > It's working fine in Firefox. > Thx > > On 5/2/06, Josh Nathanson <[EMAIL PROTECTED]> wrote: > > > > Could it be that Firefox cached your application page and so is giving you > > a > > "false positive", giving the impression that session variables are still > > set? Try clearing your cache in Firefox and see if it still appears to > > hold > > the session variables. If not then you know something is up with the CF > > configuration that is causing the session variables to be lost. If > > there's > > still the difference between FF and IE then something really screwy is > > going > > on. > > > > -- Josh > > > > > > > > > > ----- Original Message ----- > > From: "Victor Moore" <[EMAIL PROTECTED]> > > To: "CF-Talk" <[email protected]> > > Sent: Tuesday, May 02, 2006 5:06 PM > > Subject: CFMX 7.01 and Windows XP sp 2 issue > > > > > > > Hi, > > > > > > It's been one of those days. > > > Anyway, here is the scoop: > > > New development machine with XP Professional sp 2. Installed CFMX 7, > > > updater > > > and hot fix 1 (cannot put 2 because it's not recommended for Flex 2 > > > development) > > > Everything works fine, then trying to access an application (with IE) > > that > > > is using session variables and for some reason the session is lost > > between > > > pages. > > > Tried the same thing using Firefox and works fine. SO I thought it's a > > IE > > > setup, but then I used IE to connect to the same application on another > > > server and works fine. > > > > > > Now I'm lost. Windows XP firewall is disabled. > > > > > > Any ideas? > > > > > > > > > Thank you > > > Victor > > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239350 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

