Why can't I use session variables inside prechatsurvey.aspx, waitingforoperator.aspx and chat.aspx pages?
In the configuration files I have removed the line that said <sessionState mode="Off" />
When I try to do Session["test"]="test123", I get
Array size cannot be specified in a variable declaration (try initializing with a 'new' expression)
Any Ideas?