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...


If cookies is disabled in client browser will session work ?

Answers were Sorted based on User's Feedback



If cookies is disabled in client browser will session work ?..

Answer / aneesh anirudhan

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 ?    28 Yes 7 No

If cookies is disabled in client browser will session work ?..

Answer / vidit tyagi

if cookies is disabled in client browser than session will
work by setting the property cookieless session="true"

Is This Answer Correct ?    22 Yes 3 No

If cookies is disabled in client browser will session work ?..

Answer / karthik

If cookies is disabled, session will work.

Is This Answer Correct ?    17 Yes 4 No

If cookies is disabled in client browser will session work ?..

Answer / sudhir sheoran

Yes it will still work ... Now the session key
(generated when client visited the server
first time)will be sent as query sting through
URL.

Is This Answer Correct ?    10 Yes 2 No

If cookies is disabled in client browser will session work ?..

Answer / amit

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.

there is always a session generated between client and
server when the request for the page done. the session
variable would work

Is This Answer Correct ?    6 Yes 3 No

If cookies is disabled in client browser will session work ?..

Answer / naved

Yes session is still will be worked if cookie is disabled
because every one know that session using cookie to stored
data but when cookie is disable on client side so it uses
two different process to send sessionId to the server..
Please read compleate post in detail from here ...

http://phpsollutions.blogspot.com/2014/05/can-sessions-work-without-cookies-if-so.html

Is This Answer Correct ?    4 Yes 1 No

If cookies is disabled in client browser will session work ?..

Answer / pramod

No session will not work.if we set cookies session to true
then it will work.

Is This Answer Correct ?    20 Yes 28 No

Post New Answer

More ASP.NET Interview Questions

Explain login control and form authentication.

0 Answers  


How you will handle session when deploying application in more than a server? Describe session handling in a webfarm, how does it work and what are the limits?

3 Answers   CoreObjects,


Explain the different parts that constitute ASP.NET application?

0 Answers   B-Ways TecnoSoft,


How you can add an event handler?

0 Answers  


About the Usage of htmlencode and urlencode ?

2 Answers   Cognizant,


How to Open any web page by clicking any Any ASPControl like (Checkbox,radio button or Button) without calling its event and without going to Siverside code?

5 Answers   LG Soft,


What is inproc and outproc?

0 Answers  


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

1 Answers  


Which tools of web site Administartion tool do you use to manage user,roles and rules?

2 Answers  


What are the differnt types of handler in ASP.NET?

0 Answers   Sans Pareil IT Services,


What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc

0 Answers  


How can you execute stored procedure from windows application?

1 Answers   Microsoft,


Categories