Problem with frames and browser refresh

When the application logs in it sends controll from the LoginAction.do via struts to ProjectFrame.jsp. This jsp defines two frames.

My problem is that if the user clicks the browser refresh it is resubmitting the loginAction.do and relogging.

I'm sure this is something that other people have faced... but the search tool on this page isn't working for me. Any one have an idea how to deal with this.. Perhaps if I could change the url so that it said ProjectFrame.jsp instead of loginAction.do then the refresh wouldn't log back in.. but how to change that?

[582 byte] By [gmachamera] at [2007-11-26 17:55:14]
# 1
I just changed the forward to send it to one page.. then did a redirect on the body onload event. This fixed the problem.
gmachamera at 2007-7-9 5:08:23 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...