javascript - I was stored cookies in temp file on client machine for cross domain cookie issue. Is this right way to override on cross domain cookie issue? -


actually, suffered cross domain cookie issue in safari web browser in mac & iphone devices. so, create 1 temp file on client machine , save cookies in temp file 1 domain. , when try read cookies domain file in file made changes if cookies not set fetch cookies data temp file , again set cookies domain. it's work successfully. right way overcome on issue?.


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -