what are the things we generally declare in session_start ,
application_start ?
Answers were Sorted based on User's Feedback
Answer / israr ali
whatever we want to keep in our whole session period then
write code in session start ex. the counter of website hits
and
whatever we want to keep in our whole application period
then write code in application start
( Israr Ali )
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sv2
Initialization and declare session in session_start and
application_start
ex:-session["Name"]="Viral";
application["Name"]="Shalin";
| Is This Answer Correct ? | 1 Yes | 1 No |
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
what is the difference between value types and reference types?
How to call .NET Web service from Java Appl. & Why ?
What is ITIL? What is the use of ITIL and how it works?
What is a clickonce application?
How can we integrate atlas with web services?
What are .net mobile controls features? : Microsoft dot net mobile
What is .net mobile lists. : Microsoft dot net mobile
What is cache coherency and how is it eliminated? : Dot net architecture
when garbage collector come into picture. ?
inprocess vs out process session state : Dot net architecture