I have noticed this application storing all values with double quotes in IE regardless of the type of the variable unlike chrome, where the values are saved as its type. This is creating issue for me to share the value with other sub-domain applications.
Even though session storage keys are same, angular-2-local-storage returning null for values set by other application.
Chrome output
Hi there,
I have noticed this application storing all values with double quotes in IE regardless of the type of the variable unlike chrome, where the values are saved as its type. This is creating issue for me to share the value with other sub-domain applications.
Even though session storage keys are same, angular-2-local-storage returning null for values set by other application. Chrome output
IE output
Any helps appreciated!
Thanks in advance, Sadik