While trying to change a session variable on the server using AJAX, there is some strange behavior from IE. It works well in FF, Chrome, Safari and all other people, which I have tested but not in IE.
I am creating a list of variables (integer) in a session variable for unchecked users so that I can keep my data as it registers on the site. I'm using jQuery and AJAX to call a jejon function which updates the session variable.
There is a weird behavior in IE that refreshing the session (killing the server again) is still not updated. Only when I clear the browser cache or see the current cookies, the session is updated < / P>
Any thoughts?
I had the same problem, but with the pylons, did I create a middleware that was my answer header The following configuration was set in Header ["cache-control"] = "no-cache" header ["pragma"] = "no-cache" header ["end"] = -
There is a description on what this does.
Comments
Post a Comment