This is a discussion on What is a SESSION and APPLICATION object in ASP. Net? within the ASP and ASP.NET Programming forums, part of the Web Development category; What is a SESSION and APPLICATION object in ASP. Net?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi Bluesky... Actually there is no much difference in that.. Session object store information between HTTP requests for a particular user, while application object are global across users. Thats it... ![]() |
| |||
| Session object will store the value until you close the browser, where as Application object will store the values until you restart the web server.
__________________ None of us is As Strong as All of us. |
| |||
| The Session object is used to store information for the duration of the current user's Web-server session. The Application object stores information for the duration of the application (a group of pages with a common root).
__________________ S.VinothkumaR Behind me is infinite power, Before me is Endless Possibility, Around me is Boundless Opportunity, Why should I fear! |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Application has failed to start because the application configuration is incorrect | kingmaker | ASP and ASP.NET Programming | 5 | 01-03-2008 03:18 AM |
| How to clear Session | SaravananJ | C# Programming | 4 | 09-12-2007 02:38 AM |
| Destroy session using session ID | Jeyaseelansarc | PHP Programming | 1 | 09-07-2007 07:42 AM |
| Object reference not set to an instance of an object for crystal reports in .net | KiruthikaSambandam | Database Support | 1 | 08-03-2007 03:26 AM |
| Can I store a COM object in a session ? | saravanan | PHP Programming | 1 | 07-22-2007 10:22 PM |