what is session ?how sessions are handeled in application?
write the clauses of sql server in their order.
Answer Posted / wormworm
Session is one of state management option to store any
structure type of object. It can be accessed by using
key-value pair and it alive for certain period of time which
specified by user.
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Why is asp.net so popular?
Is razor a programming language?
How to set the pane area to transparent of a scrollPane component.?
Which is better asp.net or php?
What permissions do asp.net applications posses by default?
How to register exception filter globally?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What’s the difference between response .redirect and server.transfer?
Explain MVC model binders?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
How does a content page differ from a master page?
How to retrieve user name in case of Window Authentication?
What is a pixel url?
Why viewstate is used in asp.net?