answersLogoWhite

0

What is session in aspnet?

Updated: 11/20/2022
User Avatar

Wiki User

13y ago

Best Answer

session is a server variable. it works like the ordinary variable but it is stored on the server

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is session in aspnet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Define sessions in aspnet?

ASP.NET automatically creates a session for each unique browser connection to your application. You can access the session through the Session[] collection in any System.Web.UI.Page object.


How many in built objects are there in ASPNet?

there are 6 objects. 1. server 2. session 3. application 4. ObjectContext 5. Response 6. Request


Where can one find information on aspnet?

Information about ASPNET can be found on the ASPNET website. Anything one needs to know about using this application framework for web development purposes can be found there.


How many objects in aspnet?

6


What is the use of Session in aspnet?

Using Sessions we can maintain user specific data on the server. Since HTTP is a stateless protocol so Session can be used to carry values specific to a particular user from one webpage to another. Lets say person1 and person2 and are accessing a website. Person1 adds one item to his cart and person2 adds three items to his cart. When Person1 moves to the next page to process the payment, Person1 should see only the items selected by him. One way of doing this is by using a Session object and storing the items in the Session object.


What is the default scripting language for ASPNET?

VBScript


How does aspnet work?

Asp.Net is client server architecture.


What is the fastest way to concat strings in aspnet?

stringbuilder


How do you read the dll file within the aspnet program which the dll file is used to pass parameter between aspnet program?

Question need some more clarification


How do you use Microsoft richtext box control in aspnet?

george


What is full form of aspnet?

active server page network


NTLM full form of aspnet?

active server pages.net