I have simple php application, it works on all browsers except on IE8 beta 2, problem occurs when I try to update table field using Ajax call (jQuery post method). Using IE8
As a workaround, you can embed the SessionID as a parameter on the uri.
See passing session id in the php manual.