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 we disable cookies in our web page, what will happen?

Answers were Sorted based on User's Feedback



If we disable cookies in our web page, what will happen?..

Answer / gajendra

If cookies are disabled in our browser, Session tracking
gets failed.

To overcome this limitation URL Rewriting concept will be
used.

Is This Answer Correct ?    33 Yes 1 No

If we disable cookies in our web page, what will happen?..

Answer / sekhar babu

if cookies are disable the session tracking gets failed it
unable to identifies the clients previous request.

even cookies are disable we can maintain session with
res.encodeURL("path") method.

Is This Answer Correct ?    21 Yes 0 No

If we disable cookies in our web page, what will happen?..

Answer / abc

to track web pages we can use

1. Cookies
2. URLRewriting
3. storing data in session
4. Using Hidden variable in form

Is This Answer Correct ?    9 Yes 2 No

If we disable cookies in our web page, what will happen?..

Answer / shailendra sharma

Cookies is used for identify to request.
if we disable the coookies then we cannot identify the
request

Is This Answer Correct ?    7 Yes 8 No

If we disable cookies in our web page, what will happen?..

Answer / navatha

If we disable the cookies in our webpage then the it cant
identify the clients request.because there will be no
jsessionid for our request.So it fails to remember our req
on the server .so once again it creates the sessionid for
another req.

Is This Answer Correct ?    2 Yes 4 No

If we disable cookies in our web page, what will happen?..

Answer / ravikiran

if we doen't encode the url the session tracking with the
help of sessions will not work

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Servlets Interview Questions

How can you start a jta transaction from a servlet deployed on jboss?

0 Answers  


What is the GenericServlet class?

0 Answers  


How can an existing session be invalidated?

0 Answers  


When we don't write any constructor for the servlet, how does container create an instance of servlet?

2 Answers   Godrej, TATA,


How many objects of a servlet is created?

0 Answers  


How can you create a session in servlet?

0 Answers  


When Servlet is unloaded?

0 Answers  


What is the difference between using getSession(true) and getSession(false) methods?

0 Answers  


Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!

0 Answers  


Why are http servlets used in programming?

0 Answers  


can we create more than ServletContext and ServletConfig in your application

6 Answers   Patni,


Can a jsp be called using a servlet?

0 Answers  


Categories