Skip to content

Commit

Permalink
refresh in ui keeps session loaded in memory
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltester committed Mar 9, 2024
1 parent 8fd8522 commit 9d2d89a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ public void setup(final Challengers challengers,

html.append("<div class='standoutblock'>");
html.append(String.format("<p><strong>Progress For Challenger ID %s</strong></p>", xChallenger));
// keep challenge session alive when refresh
challenger.touch();
html.append(showCurrentStatus());
html.append(showPreviousGuids());
html.append(inputAChallengeGuidScript());
Expand Down

0 comments on commit 9d2d89a

Please sign in to comment.