Maybe somehow, you are losing the session. You might want to check some tutorials about sessions in wml and what this tag does:
<onevent type="ontimer">
<go href="session_var2.jsp"/>
</onevent>
Is there any other way to go from one page to the next?
Try to use <go href="session_var2.jsp"/> ONLY, without the onevent