What happens, if server sends a cookie to a browser that
doesn't supports cookies?
Answers were Sorted based on User's Feedback
Answer / sujeev
as per my knowlege if browser does n't support cookies, we
have anothere option as URL Rewritting.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
session management will be obsructed.because there is no
source to save the session Id as a header
| Is This Answer Correct ? | 2 Yes | 1 No |
How to pass JavaBeans data to JSP using Servlets?
Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html
How session tracking can be achieved, if your browser doesn't support cookies (or) if cookies are disabled?
What do you mean by deployment descriptor?
What is the difference between using getSession(true) and getSession(false) methods?
What do you mean by request dispatcher in servlet? Also explain its methods.
Is that servlet is pure java object or not?
What is servlet tunnelling?
Can you explain in detail 'javax.servlet' package?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What do you mean by cgi and what are its drawbacks?
What are the various ways of session supervision in servlets?