People,
Two help's.
I want to destroy the session and close the browser, two situations:
1-Menu "logout" on mainmenu, destroying session with: "Me.Session.IsLoggedOn = False", and want to close the browser, how to do it?
2-Want to destroy the session with the abobe code when the user closes the browser, i've tryed on form.closing() but nothing, where can i do it?
A third question, to destroy the session, the correct was is how i am doing with "Me.Session.IsLoggedOn = False" ?
Jorge,