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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -