when user clicks back button of browser i want to log him out (that works) and i also want to post his name to a
jsp page that deletes it from the database (this does not work)..
it works in other places in the
applet but not when i call it from stop() method of applet ?
is this ok to do and how can i debug ?
println statements show that execution is going into posting to jsp, but the jsp page returns nothing back .. so i dont know how to debug