0

I'm using sessionStorage at some places in my application.

Since last few days, I've noticed that sessionStorage becoming null if I read it after API call.

Is this is because of Chrome Update? If yes, Please let me know how I can resolve it?

srashtisj
  • 151
  • 4
  • 19

1 Answers1

2

sessionStorage is not affected by the SameSite attribute changes for cookies.

rowan_m
  • 2,893
  • 15
  • 18