Why do Native PHP Sessions Not Work in IE8 'Protected Mode'? -


have strange scenario site. browsers work expected ie8 in 'protected mode', think default ie8, causes browser use different session ids on every page load. so, in shopping cart app, if bouncing around site adding items cart (which stored in native php session on server), cart has different state on every page load. in fact goes previous states after number of clicks.

not sure if matters, using codeigniter not using using built-in session handler, using own works native sessions.

when turn off 'protected mode' works expected.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -