On Mon, Jun 30, 2008 at 5:38 PM, marc -- <[EMAIL PROTECTED]> wrote:
> I had a setup like this but found out to my surprise that when I switch from 
> the
> 1st to the 2nd scenario (using the application.cfc with THIS.name="B"), the
> value for session.sessionId did not change. And all my sessionvariables were 
> still there.
>
> Why is this?

The session cookies's already been set, CF detects that, and just uses
it.  There is no need for a new tracking cookie to be set by CF so it
doesn't set one.  Internally CF will still keep App A and App B's
session data separate, but it will use the same tracking cookie.
Internally CF will use a combination of the sessionID and application
name to make that session data unique.

-Cameron

-- 
Cameron Childress
Sumo Consulting Inc
http://www.sumoc.com
---
cell: 678.637.5072
aim: cameroncf
email: [EMAIL PROTECTED]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308356
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