> If you Google this topic, you'll find many discussions about it. This > problem seems to be consistent with IE7 >browsers. Our website relies on a > session variable (SESSION.CustID) to track the customer during the > checkout. At >any time during the checkout, this variable all of a sudden > becomes undefined. This should never happen. I couldn't >figure out what > was causing this.
Since sessions are reliant on cookies (unless you are passing the cfid and cftoken in the url in every request), it must be cookie related. It could be that some odd security setting causes cookies to reset or clear, or suddenly not be accepted. One possibility is that if you have some javascript errors, or security warnings due to https incongruities, someone would bump up their security settings in the middle of a session, causing them to stop accepting cookies and thus drop the session. -- Josh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297143 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

