Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a constant for the session key name
We're using a 'magic string' for the echo session key name, which makes it easy for the different instances of the string to go out of sync. Using a named constant makes the intent clear and ensures all copies of the key name in the code stay in sync.
- Loading branch information