By default, CF uses cookies to hold the session key, so you are running into the same basic problem. Solution is to use <cfapplication ... setclientcookies="No"> and then pass CFID and CFToken by url or hidden form field on every page. Depending on the size of your app, you might have your work cut out for you.
/t >-----Original Message----- >Subject: session variables or multiple pages >From: Daniel Kessler <[EMAIL PROTECTED]> >Date: Wed, 8 Jun 2005 09:10:19 -0400 >Thread: >http://www.houseoffusion.com/cf_lists/index.cfm/method=messages >&threadid=40614&forumid=4#208939 > >My boss has indicated to me that he would like to open up two PC IE >browser windows, log into our application under two different logins >and view the data from each of those independently. I had been >keeping information in cookies, but since they'd share a cookie, I >migrated the information over to session variables. But it doesn't >seem to be working. > >I log in as danielk and it shows "logged in as danielk". Then I open >a second browser window and log in as rsBold and it shows "logged in >as rsbold" in the second browser window. I then refresh the first >window using the refresh button and it shows "logged in as rsbold" >instead of danielk. So they're still sharing the information. > >help? this is an important feature. > >-- >Daniel Kessler > >Department of Public and Community Health >University of Maryland >Suite 2387 Valley Drive >College Park, MD 20742-2611 >301-405-2545 Phone >www.phi.umd.edu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:208957 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

