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
Post a Comment