| Class | WebConsole::Session |
| In: |
lib/web_console/session.rb
|
| Parent: | Object |
A session lets you persist wrap an Evaluator instance in memory associated with multiple bindings.
Each newly created session is persisted into memory and you can find it later its id.
A session may be associated with multiple bindings. This is used by the error pages only, as currently, this is the only client that needs to do that.
| id | [R] | An unique identifier for every REPL. |