Feature: Session Browser session requirements Scenario: Session ID is set 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