ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
If cookies is disabled in client browser will session work ?
 Question Submitted By :: Sweety
I also faced this Question!!     Rank Answer Posted By  
 
  Re: If cookies is disabled in client browser will session work ?
Answer
# 1
No session will not work.if we set cookies session to true 
then it will work.
 
Is This Answer Correct ?    9 Yes 7 No
Pramod
 
  Re: If cookies is disabled in client browser will session work ?
Answer
# 2
Sessions are normally tracked with cookies. However, 
clients are not required to accept cookies. Furthermore, 
you can turn off the use of cookies for session tracking 
altogether in the Web Application Server Control Panel. 
However when cookies are turned off or cookies are not 
enabled on a specific client computer, the server must work 
harder to track the session state, which has a performance 
impact. The recommendation is to leave cookies on and let 
the server automatically fall back to the cookieless 
operation only when required by a specific client 
connection.

When a session is created by the server, some information 
is automatically stored in it - the session ID and a 
timestamp. as an application developer, you can also store 
other information in the session in order to make it 
available to subsequent requests without explicitly passing 
it to that request.
 
Is This Answer Correct ?    8 Yes 3 No
Aneesh Anirudhan
 
 
 
  Re: If cookies is disabled in client browser will session work ?
Answer
# 3
if cookies is disabled in client browser than session will 
work by setting the property cookieless session="true"
 
Is This Answer Correct ?    0 Yes 0 No
Vidit Tyagi
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
How to do Forms authentication in asp.net?  2
what is the MSIL assembler do?  1
which scripting is used browser by server when we use validation controls. 1.javascript 2.vbscript 3.jscript 4.perl Satyam8
How to handle error while project running on live  2
what are partial classes and their use? Microsoft2
which is the new version of IIS SERVER  1
Difference between server.Execute and response.redirect ? Keane-India-Ltd3
Interface have Default Modifier Is 'Public'.Where We Will Use The KeyWord In Interface? Phoenix-Technologies3
You create an assembly to access data in a relational database. This assembly will be used by several ASP.NET applications on your Web server. You need to ensure that all your applications can access the assembly. Which two actions should you take (Each Answer: presents part of the solution.)? (Choose two) A . Run the Assembly Registration tool (Regasm.exe). B . Run the String Name tool (Sn.exe). C . Run the Installer tool (Intallutil.exe). D . Run the Global Assembly Cache tool (Gacutil.exe). Syntax-Softtech5
I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do? Patni1
Should validation (did the user enter a real date) occur server-side or client-side? Why?  2
what is asp.net  10
what is aspcompat? what it does?  1
What is the difference between a session object and cache object CitiGroup2
What is X-Path? Sherston2
how to convert from sql2000 numeric to int in asp.net with sqlparameter?  1
How do I debug an ASP.NET application that wasn't written with Visual Studio.NET and that doesn't use code-behind?  1
please can any describe 'Master Page' in ASP.Net 2.0  3
what are the types of ASP objects ? Satyam4
what is DLL Hell and how it is solved in .NET? icegen9
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com