How can I put some buttom in the form and when the user push it the session
end?

I tried to do with that:

<Script>
  function CloseSession()
    {
        session.invalidate();
    }
</Script>

but don't work? and in the JavaBeans I don't have session?

Best Regards.
Owen.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to