>> -----Original Message-----
>
>Forget CF for a moment and just examine the headers that come back (you can
>use a tool like HTTPWatch, the Developer's Toolbar or Fiddler (google will
>help you find them: just search for the names with "http").
>
>The session is linked to the browser either through a token passed on the
>URL or, the default, via a Cookie.  Look for the value/existence of these in
>the HTTP headers before and after you lose your session.  If they're not
>changed you need to look to CF, if they are changed you need to focus on the
>browser.
>
>The latter is pretty likely however: all sorts of things can mess with HTTP
>headers.  Firewalls, spyware scanners, network appliances, etc.
>
>Jim Davis

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?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283211
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to