what u can do is

1. Make one hidden field and save the session variable in it
2. make one function that check the value of hidden field and upon which submit form
3. on Body's onLoad event call the function that submit form

hope it works