Hijack Session Lesson

This commit is contained in:
Àngel Ollé Blázquez
2021-10-09 18:50:21 +02:00
committed by Nanne Baars
parent ec954046db
commit dd2e9f074d
18 changed files with 863 additions and 1 deletions

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<div class="lesson-page-wrapper">
<!-- reuse this block for each 'page' of content -->
<!-- include content here ... will be first page/tab multiple -->
<div class="adoc-content" th:replace="doc:HijackSession_solution.adoc"></div>
</div>
</html>