> -----Original Message----- > From: dan martin [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 08, 2007 11:04 PM > To: CF-Talk > Subject: Re: popup closing causes logout > > Okay, I loaded fiddler along with the requisite dotnet framework and > tried it out. > After I close the popup, the next page does not send state information > (cookies) in the request and the response is an incremented cfid. > Before I close the popup, the same page DOES send the state information > and the response returns the same state infromation back (the same cfid > value). > > So, does that give any clues as to what is messing up?
Well - it's definitely odd. Are you manipulating cookies in any way on the pages? Using JavaScript for example? Anything that could be eliminating or otherwise munging the state cookies? You could use Fiddler to modify the headers of the page before they're sent to the server. Copy the original information and add it in the "bad" case to make sure that CF still has the session as you'd expect it. I'd also, just to be complete, try disabling any busy-body programs and give 'er a go. Popup blockers, spy ware checkers, "internet security" programs and the like all might fiddle with cookies or HTTP headers (a few will leave comments: make sure to look for them). Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283219 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

