Confirmed restart did not change session id.

This commit is contained in:
2022-06-24 14:49:46 -04:00
parent d68988b2d4
commit ea0503defd
3 changed files with 58 additions and 9 deletions

View File

@ -6,3 +6,9 @@ Feature: Session
Given a running server
When the home page is accessed
Then there is a default session id
Scenario: Session ID is retained after restart
Given a running server
And the home page is accessed
When the server is restarted
Then the session id remains the same