Welcome Guest, Not a member yet? Register   Sign In
Adding product to shopping cart not working when browser security level in HGH
#1

[eluser]raj.novel[/eluser]
Hi,

I've a problem in adding products to shopping cart when the browser security level in high. It works perfect browser security level is medium. Is there any way to solve this problem.

Thanks.
#2

[eluser]PhilTem[/eluser]
I think, with the browser security level set to high it does not accept cookies which are a crucial part to using CI's shopping cart library.
Did you experience the same problem with general session data? If set to be stored in the database.
#3

[eluser]CroNiX[/eluser]
If philtem is correct, and he seems to be, then it has nothing to do with CI. That would happen on any site, shopping or not, that used cookies.

On High Security, IE:
Allow persistent cookies: Disabled
Allow per-session cookies: Disabled
Allow third-party persistent cookies: Disabled
Allow third-party session cookies: Disabled

http://blogs.technet.com/b/steriley/arch...pared.aspx

It also disables javascript and a number of other things on the highest security setting.

If you go into firefox or chrome or whatever and disable cookies, the same thing will happen. The only way to maintain a persistence state if cookies are disabled is to pass the session id through the url on each request, which is not how CI is designed to work. Most websites that rely on cookies state that the site won't work properly unless cookies are enabled.




Theme © iAndrew 2016 - Forum software by © MyBB