|
ExitHabit
| Joined: 29 Sep 2009 |
| Posts: 1 |
| Location: Denmark |
|
 |
Posted: Tue Sep 29, 2009 4:49 am |
|
 |
 |
 |
 |
Hi
I hope someone can help me here...
I have IP Hosting here at hostmysite, and I have a couple of pages which i point to this hosting. Lets just say xx.com and yy.com for the simplicity...
I have made my programming the following way - In my application.cfm i make a check on which domain is found and make a search in a database. This results in some data as an object which store in Application.myDomainInfo
My problem is that the functionallity seems to work and then again - not. Sometimes when i get Application.myDomainInfo it gives me info from another domain. Thats a big problem, but how to solve it, and what is the reason?
|
|
|
|
cfsearching
|
 |
Posted: Fri Oct 02, 2009 3:34 am |
|
 |
 |
 |
 |
What you are describing sounds like a possible race condition. But a lot depends on exactly how your code is structured. Can you post the relevant sections of your application.cfm? Minus any identifying information of course.
|
|
|