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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -