Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
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!
|
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.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Yes. Multiple AppDomain is the most "direct" and "correct" way to do this.
Thanks!
|