Skip to content

Commit

Permalink
Merge pull request #2507 from w3c/patrickhlauke-patch-1
Browse files Browse the repository at this point in the history
Minor typo if G181
  • Loading branch information
alastc authored Oct 16, 2023
2 parents 650bf47 + c03c953 commit 266fe1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions techniques/general/G181.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</section><section id="examples"><h2>Examples</h2>
<ul>
<li>A user has logged in to use a wiki and begins editing a page. The time taken to complete the edits exceeds the time allowed by the server for session inactivity. When the user submits the edits, the user is notified that the session has timed out and is redirected to a login page. The script that handles the original form submission passes the edits as a variable to the login page and when the user successfully logs in, passes the users edits back to the script that handles form submissions and the edits are processed as though no session timeout had occurred.</li>
<li>A user had logged in to a secure shopping site and fills out some of the information on an order form. For security reasons, the session times out after 30 mintues, but the user does not submit the form until 45 minutes after loading the page. The user is informed of the time out and is prompted to log-in again. If the user logs in correctly, the order form is presented to the user with all of the data previously entered and the user is able to review their submission and submit the form. If the log-in is not successfully completed, then the form data is discarded by the server.</li>
<li>A user had logged in to a secure shopping site and fills out some of the information on an order form. For security reasons, the session times out after 30 minutes, but the user does not submit the form until 45 minutes after loading the page. The user is informed of the time out and is prompted to log-in again. If the user logs in correctly, the order form is presented to the user with all of the data previously entered and the user is able to review their submission and submit the form. If the log-in is not successfully completed, then the form data is discarded by the server.</li>
</ul>
</section><section id="tests"><h2>Tests</h2>
<section class="procedure"><h3>Procedure</h3>
Expand All @@ -29,4 +29,4 @@
</section>
</section><section id="related"><h2>Related Techniques</h2><ul>
<li><a href="../general/G105">G105</a></li>
</ul></section></body></html>
</ul></section></body></html>

0 comments on commit 266fe1b

Please sign in to comment.