what will happen if we disable cookies in the web page?
Answer Posted / renuka reddy
if we disable cookies then it cannot help us in the
sessions,so we need to go for any other way,i.e., URL
rewriting.In this URL rewriting we shud specify the
jsessionid in the url itself..this mean we have to do
little more work here,so best way to use cookies
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are implicit objects in jsp?
What are the implicit, internal el jsp objects and their differences from jsp objects?
Why use of scripting elements in jsp is discouraged?
What are the advantages of jsp over servlet?
Can jsp run without server?
What is include directive in jsp?
how to write the code of jsp program?
Which directive is used in jsp custom tag?
What is difference between sendredirect and forward?
How to include static files in a JSP page?
What is the jspdestroy() method?
Why jsp is used in java?
What are the primary differences between the jsp custom tags and java beans?
What is jstl (jsp standard tag library)?
What are the implicit, internal objects and methods on the jsp page?