I delivered a proposal generator last week ... This morning, my client 
says the proposal page is tossing errors ... Turns out that the SESSION 
vars are getting blasted, but only intermittently.

Are these clues that a proxy server is nibbling at my session vars?

<!--- NOW SEEMS TO FAIL CONSTANTLY, ALTHOUGH WORKED GREAT FRIDAY MORNING 
AND BEFORE...  --->
<script language="javascript">
  popWin()
  
window.popupProp.location.href="http://server.zone1.zone2.company.com/tt4/incPropGenerator.cfm";
</script>

<!--- THIS HAS YET TO FAIL, AFTER ABOUT 300 HITS DURING DEVELOPMENT 
PHASE --->
<!--- NOTE THAT I CAN FEED IT MY LOCALHOST OR THE ACTUAL PRODUCTION 
SERVER IP ... WORKS FINE EITHER WAY. --->
<script language="javascript">
  popWin()
  window.popupProp.location.href="http://127.0.0.1/tt4/incPropGenerator.cfm";
</script>

<!--- THIS FAILS SOMETIMES!?!?!?! --->
<script language="javascript">
  popWin()
  window.popupProp.location.href="http://server/tt4/incPropGenerator.cfm";
</script>

Any ideas appreciated,

Mike



______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to