what will happen if we disable cookies in the web page?
Answer Posted / siva
I we disable cookies then it will bedifficult for the web
container to manage the session with the help of cokkie.So
we need to use the encodeURL() method for appending the
jsessionid with the URL.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What’s the difference between forward and sendredirect?
How we can use javascript with jsp pages?
How can I implement a thread-safe jsp page?
What class.forname will do while loading drivers?
Is jsp server side or client side?
What are the different directives in jsp?
What is the difference between java servlet and jsp?
When i am useing useBean tag of JSP in weblogic server It show compiletion error..Like bad class file: C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.class class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]
Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this
What is the jspinit() method?
Explain scriptlet, expression and declaration in jsp.
Where is jsp used?
What are the ways to insert java code into jsp page?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
What is an implicit object?