Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

ContextHubPersistence In Internet explorer

Avatar

Level 6

Hi All,

I am implementing ContextHubPersistence using contexthub.

Added a custom logic to save value in ContextHubPersistence  and reading form it.

It works fine on author, pub and dispacher in chrome and mozila.

But it do not work in Internet explorer.

Is this a known issue or do I need to add a configuration

1 Accepted Solution

Avatar

Correct answer by
Level 6

We have custom script which writes value into ContextHubPersistence. there where some methods that are deprecated for IE. so have to revist the logic. Now it works fine. ContextHubPersistence configs and implementation works fine on AEM 6.3 IE

View solution in original post

3 Replies

Avatar

Community Advisor

What store are you using and what version of IE did you test against?

Check if that store is supported in that specific IE version or not?

Avatar

Employee

Internet Explorer is terrible. Microsoft has finally admitted defeat and giving up on the Trident rendering engine and is making Internet Explorer a Chromium based browser. The world rejoices!

Why full-Chromium Edge means end times for IE | Computerworld

Avatar

Correct answer by
Level 6

We have custom script which writes value into ContextHubPersistence. there where some methods that are deprecated for IE. so have to revist the logic. Now it works fine. ContextHubPersistence configs and implementation works fine on AEM 6.3 IE