Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Types of session management in ASP.NET ?

Answers were Sorted based on User's Feedback



Types of session management in ASP.NET ?..

Answer / j_baghla

Type are:
1.In proc:-
In this mode session is stored in default asp.net process
on the server.
2.Out proc:-In this mode we can store the session on two
side except default process which are:
a.State Server:-
In this mode we store the session on different
server.This mode is used in web farm/garden concept
b.sqlserver:-
In this mode we can store the session in sqlserver
database.

Is This Answer Correct ?    22 Yes 2 No

Types of session management in ASP.NET ?..

Answer / anup

they are of 4 type
1)in proc
2)state server
3)sql server
4)off

Is This Answer Correct ?    7 Yes 7 No

Post New Answer

More ASP.NET Interview Questions

What's the advantage of using System.Text.StringBuilder over System.String?

3 Answers   IBM, IdeaLake, Infosys,


What is the significance of ASP.NET routing?

0 Answers   NA,


How many types of session in asp.net2.0

28 Answers   ABC, DOT, First Europa, HCL, iRely, TCS,


if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like <input type="submit" name="mybutton" value="Insert" id="mybutton" /> here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.

1 Answers  


How does session state work in asp.net?

0 Answers  


What is a page life cycle?

0 Answers  


How to change the form layout in ASp.net 2.0 ?

1 Answers   Netsweeper,


How do you do Client-side validation in .Net?

0 Answers  


What is application Object?

0 Answers   Infogain,


How can we register exception filter from the action?

0 Answers  


What are sessions in asp net?

0 Answers  


What is session tracking & methods?

4 Answers   C Squared Systems,


Categories