How many types of sessions are there?
Answers were Sorted based on User's Feedback
Answer / sushil
asp.net supports 2 types of sessions
inprocess:session maintained by application domain[default]
outprocess:session maintained outside application
domainexternal to worker process.the external process can be:-
(i)state server:is a service of o/s which comes with .net
installation.this supports temopary storage.
(ii)sqlserver:persistent storage is supported.
(iii)custom:requires manual coding
cookieless session:it is a concept of providing sessionid to
client by appending to url.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / braj bhasker singh
Four Types of Session Types-
1. InProc mode- which stores session state in memory on the
Web server. This is the default.
2.StateServer mode- which stores session state in a
separate process called the ASP.NET state service. This
ensures that session state is preserved if the Web
application is restarted and also makes session state
available to multiple Web servers in a Web farm.
3.SQLServer mode- stores session state in a SQL Server
database. This ensures that session state is preserved if
the Web application is restarted and also makes session
state available to multiple Web servers in a Web farm.
4.Custom mode- which enables you to specify a custom
storage provider.
5. Off mode- which disables session state.
| Is This Answer Correct ? | 5 Yes | 0 No |
How many view state can be hold by a aspx page ?
Describe and In Process Vs Out of Process component. Which is faster?
What is the difference between Server.Transfer and Response.Redirect? Why would you choose one over the other?
Which protocol is used to call a web service?
What is view state? where it stored? can we disable it ?
Describe how to implement globalization and localization in the use interface in .net.
What?s the difference between Response.Write() and Response.Output.Write()?
2 Answers Siebel, Visual Soft,
is gateway for sms continue connected for sending sms.how?
What is the procedure to create the environment for asp.net? : asp.net mvc
Elaborate differentiation between ViewState and SessionState?
How to manage different kinds of sessions in ASP.NET?
What is CTE in sql server 2005?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)