Hi!
Ok, so here is one thing that I do not understand. In the 'Chat'
sample on
websharper.com, why does the application use
HttpContext.Current.Application? It appears to me that all top-level
"let's" are global accross sessions, and also a top level let is used
to access the Lock. So why store some things in
HttpContext.Current.Application??
Please shed some light over this! :)
Thanks!
J