What are session variables?
Answers were Sorted based on User's Feedback
In future developer changes seetings like
sessiontimeout,sessionmode,culture for webapplication by
providing configuration file is called webconfig.
asp.net supports inheritance based configuration seeting.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / belmonte
Session variables are all those conforming session state
for any purpose. Only the user of the session is related to
them, nobody else can access them.
Is This Answer Correct ? | 0 Yes | 2 No |
Is asp.net free?
How do you implement postback with a text box? What is postback and usestate?
What is the difference between ExecuteReader,ExecuteNonQuery and ExecuteScalar.
What is the best way to search any exact information on google?
What is asp net theme?
What is the asp.net control toolkit?
If we write return statement in finally block will it works fine or throws any error?
What does setting a control's EnableViewState property to false accomplish?
How does viewstate work?
How do we implement bundling in MVC?
How can u deifne the benefits and limitation of using Viewstate for state management?
What is meant by asp.net?