asp.net - What is the difference b/n Session and Application objects? -


i know session single user , , application multi user purpose.the data in application object shared. right? how can access application data client.

if concept wrong what's right?

a client cannot access directly application object. server need send data client (the way depend entirely on scenario). application same static dictionary thread safe.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -