On Mon, 28 Feb 2005 17:56:05 -0400, Larry White wrote: > The CFID/CFTOKEN are stored in the cookies when > you go to the site, and will be the same for > any application. When you go from one app to the > other there's no code that changes the CFID/CFTOKEN > cookies are there? Also, looking at the include > that names the apps it looks like there can be up > to 4 different application names.
The cfid/cftoken would be the same for any app, but the actual session id would be different (because it combines the app name, the cfid, and the cftoken, correct? So, they still shouldn't share session data (or, have one of them clear out the other's session), right? The only machine where there can be 4 different names is one of local servers, where we have two instances of the applications running (that's the only machine what would utilize that whole "QA" stuff in that include file), On every other server (local developers, stage, and production), there can only be 2 application names (the main app and the admin). -- ----------------------------------------- Scott Brady http://www.scottbrady.net/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196888 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

