If we disable cookies in our web page, what will happen?
Answers were Sorted based on User's Feedback
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 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 |
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 |
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 |
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 |
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 |
What are the types of protocols supported by httpservlet ?
What is a web application and what is it’s directory structure?
when the jsp page is translated to servlet?
What is the difference in between the httpservlet and generic servlet?
I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>
what is the difference b/w DispatchAction and LookUpDispatchAction?
1 Answers Deloitte, iGate, Tech Mahindra,
What is a servlet context object?
How do you design microservices?
Which is the methods of generated servlet?
What is servlet and how it works?
What is URL Encoding?
What is servlet?