Welcome Guest Search | Active Topics | Sign In | Register

Separate cookies between web browsers in same app and same site Options
eo_support
Posted: Wednesday, February 18, 2015 9:35:27 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi Jim,

No. You won't see all the existing cookies at this stage. The existing cookies are populated after this event is called and those cookies are merged with your cookies. So this event is perfect for you to attach additional cookies, it may not be a good idea for your purpose. Merely for cookie isolation using separate AppDomain might still be the easiest way. Custom resource handler will also work but it will probably be more code for you than using multiple AppDomains.

Thanks!
Jim B
Posted: Wednesday, February 18, 2015 10:13:28 AM
Rank: Advanced Member
Groups: Member

Joined: 1/31/2015
Posts: 70
So, back to AppDomains...at least we ruled out the hard resourcehandler and other not viable options.



eo_support
Posted: Wednesday, February 18, 2015 12:14:05 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Yes. Multiple AppDomain is the most "direct" and "correct" way to do this.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.