Confirmed restart did not change session id.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user