I have a PHP form in which a session variable is set when the form is loaded. I use the jquery form plugin to handle the submit button. It works great if I disable javascript and submit the form, but if it is enabled, the session (and all variables set within it) is cleared. I looked for jquery code that may be closing the connection after the submit, but did not find any and also searched the mailing list archives with no success.
Any help would be greatly appreciated, Steve