Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

What are others doing to save data when using a redirect????

843840Sep 11 2001 — edited Sep 11 2001
I am looking for suggestions on how others may be handling the saving of client information when issuing a "redirect" to another page.

We want to use a redirect to ensure that if a user happens to hit the reload/refresh button on their browser, that they don't re-execute an update transaction. At the same time, however,there may be "session" information that we still want to retain. Obviously, when issuing a rediect we are losing the HttpSession associated with that request.

What techniques are others doing to save "session-related" information when using a redirect?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 9 2001
Added on Sep 11 2001
3 comments
692 views