I have created online click once application which has simple WPF browser control in it load web page. And user will launch online click once application from web site say abc.com and once application is launched it will load abc.com inside it i.e. inside browser control.
But the problem is IE browser and click once application are not sharing session even though both has same website running in it.
How can I make browser and browser control inside click once application share same session.(both are having same domain loaded in them)