i have a PHP page and i have added a form, the form contain javascript function which reload the form to set a value in a list, but when i reload the form the session destroyed.
<script language=JavaScript>
function reload(form)
{
var val=form.cat.options[form.cat.options.selectedIndex].value...