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 |
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Explain what does the term "green architecture" mean? : Dot net architecture
When should you use Abstract Class vs Interface while programming? Give 1 Example
3 Answers CSS Corp, Hexaware, T3 Softwares,
IN C# if we click a field in the dropdownlist then i have to get the respected field details in the next textbox..........
What is the access level of the visibility type internal?
Explain the Lapsed Listener problem in .net
Explain write back and write through caches? : Dot net architecture
Explain the purpose of cache? How is it used? : Dot net architecture
What is one way operation?
Can I create my own context attributes?
which tag i need to use manually to bind columns in a datagrid ?
State and explain about microsoft.net?