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 |
how can i am search the data from database? just like google
how can you bind data from dataset to XML file
Can we add code files of different languages in app_code folder?
Write a standard lock() plus double check to create a critical section around a variable access?
Name two properties common in every validation control?
Do gac'ed assemblies have fulltrust?
Using Statement usage in C#
What's a bubbled event?
Explain the use of duration attribute of @outputcache page directive.
Contrast the use of an abstract base class against an interface?
What is query string with example?
What is Cookies Less Session?