Hi everyone, I was wondering if you have experienced something like this before. This is my configuration: CFMX 7 SQL Server 2005 Windows Server 2003 The server has 2 IP addresses, my website using one with Apache, IIS using the other IP, in theory nothing to do with my website.
The trouble Iâm experiencing is as follows: For now and to simplify, Iâm just using the SESSION scope, not CLIENT saved into a db for session information. Sometimes pages seem to revert to a previous state of the SESSION scope, using older values of the variables. If I browse the website from one page to another, without making any changes to the values, it seems to use the correct values at times but revert to older values at some points. Furthermore, this seems to happen only when accessing the site from an external computer, while if you browse the site from the server itself, it seems to be fine. Yes, I have cookies enabled :-) I use something like this to enable SESSION: <cfapplication name="#CGI.SERVER_NAME#" sessionmanagement="Yes" clientmanagement="Yes"> And CF Admin is set up to use UUID and J2EE and Session variables are enabled. I have also tested saving SESSION to the db and using CLIENT storage, which allows me to see the session info in the db at every step. It looks fine all the time (in the db), but SESSION just seems to go crazy every now and then. Any clue? thanks a lot. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257877 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

