How many Cookies can a host support?
Answers were Sorted based on User's Feedback
Answer / anji
The browser is expected to support 20 cookies for each Web
server, 300 cookies total, and may limit cookie size to 4
KB each.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / guest
two types of cookjies are used in hosting support
| Is This Answer Correct ? | 1 Yes | 2 No |
What is servlet tunnelling?
What are the differences between the servletconfig interface and the servletcontext interface?
Can you call a jsp from the servlet?
Hi............ When i am started the tomcat server it started. but it not load the jar files wht we deploving file.suppose we load the wapp folder in webapps. At running time it show the below error in tomcat server INFO: validateJarFile(C:\Program Files\Apache Software Foundation\Tomcat 5.0\web apps\wapp\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, s ection 9.7.2. Offending class: javax/servlet/Servlet.class How to slove this problem in my system. plz give answer for this problem.
What is the functionality of actionservlet and requestprocessor?
How native code can be used in a servlet?
when you comppile the servlet is it neccesary to restaet the tomcat server?
What is string tokenizer?
What is a generic servlet?
What is difference between get and post method?
Name the packages that work with servlet?
Can we use the constructor, instead of init(), to initialize servlet?