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 |
What is MIME Type?
Why do we use sendredirect() method?
How can we achieve transport layer security for our web application?
why are extending GenericServlet and why are extending HttpServlet explain?
What is the difference between jsp and servlet life cycle?
What's the architecture of a servlet package?
What is context in servlet?
Name the packages that work with servlet?
How can you run a servlet program?
hi.... i have problem in running of servlet. i am using Tomcat server in my pc.. The problem is when i am click on strat it will display like below FAIL - Application at context path /first could not be started.. How i can slove the problem.. help plz
Which java application server is the best?
Is tomcat a servlet container?