Since I can't access a session variable in the View, I wonder if I need do add something more to the view to get it to work?
Inside my View:
@Session[ComputerNumber].ToString()
Controller:
Session["ComputerNumber"] = game.RandomNumber();
The error message:
Compiler Error Message: CS0103: The name 'ComputerNumber' does not exist in the current context