What are the type of session in Asp.Net
Answers were Sorted based on User's Feedback
Answer / santosh
Session having to the some state but not types like
inproc,
state server,
sqldb server,
by default session mode is inproc, and we have killed pro
grammatically by using session.abondun() method then it
will be automatically killed, actually by default time
period of session is 20 min...
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sonamkothari160@gmail.com
Two types:
1.Inproc
2.Outproc
| Is This Answer Correct ? | 7 Yes | 6 No |
Answer / prakash j
There are three kinds of session, and they are listed as follows
1. Inprocess.
2. Outprocess.
3. Sql server session.
where they are stored.
1. inproc - default stored in web.config.
2. outproc - stored in server side.
3.Sql server - stored in database.
| Is This Answer Correct ? | 0 Yes | 3 No |
Explain the server control events of asp.net ?
What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?
Which adapter should you use, if you want to get the data from an access database?
How would you implement inheritance using VB.NET/C#?
What is CLS?
5 Answers IBM, PrimeLine, TCS,
Define cookie.
How can you implement encapsulation in asp.net?
• What Session State providers are available in ASP.NET? What are the pros and cons of each?
In asp.net, how can you validate drop down box?
How do you store a value in viewstate and retrieve them?
Out of ASP or ASP.NET which one is stateless?
Difference Between GridView And DataList
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)