Session variables are not working in chrome

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-11 13:55:55

问题


I have checked through many process but still there is a problem.

I am creating a session variable and it is working fine in all the pages, but when I am trying to pass the session["amt"] to payment gateway its not working only in chrome, but its working fine in Mozilla and IE.

Can any one please suggest me where am I doing mistake?


回答1:


Disable all Chrome Extensions. Close your Chrome browser. (Mac Os X: Stop Chrome with CMD+Q) Then try again. If the problem is solved: turn on your Chrome Extensions one by one to detect the conflicting extension(s).



来源:https://stackoverflow.com/questions/14747256/session-variables-are-not-working-in-chrome

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!