Ian Skinner wrote:
> A message with large sections of entire sentances missing...

The session *NEVER* ends when the browser closes.  The browser does not 
send some message to all the web sites it has visited telling them it is 
closing down.  If one is using J2EE jsesssionid cookies or one has 
otherwise configured the cfid and cftoken cookies to be per-session 
cookies, then the cookies should expire when the browser closes.  Thus 
the client would have to start a new session and get new cookies the 
next time it makes a request from the ColdFusion server.  But the old 
session has not ended when this happens.  It is sitting there, waiting 
until the session timeout expires, for any new request that might return 
valid cookies to connect to it.

This is an important distinction to understand when dealing with this 
type of problem.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322525
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to