i do not believe you need to. if you have different application names for the 2 applications, and you are not setting domain cookies, there should be no session bleeding between the two. there is something in your code that makes the 2 sites perform this way in regard to sessions...
Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ On 20/06/2009 16:39, dev losh wrote: > I am facing a weird issue. > scenario: > site 1: www.site1.com > site 2. www.blabla.site1.com > > both sites are in coldfusion having same coding structure. > > ISSUE: > > load site1 in browser . but should not type www. just type site1.com > then in the same browser type in the address bar www.blabla.site1.com > > now when i try to login to site2 i'm getting a session error. This is because > the browser session of site1 is being used by site2 since i typed in site2 in > the same browser. > > Is there any way to kill the existing browser session and re-create the > browser session within the same browser window? > > Please help. > > -Dev > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:323738 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

