How can I set a cookie and delete a cookie from within a jsp page?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JSP Interview Questions

How did you implement caching in jsp?

0 Answers  


how to insert star image and need to rate it.. one star two star so on how to do in jsp...????

0 Answers  


Can we override the jspinit(), _jspservice() and jspdestroy() methods?

0 Answers  


Give the use of session object.

0 Answers  


How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.

0 Answers   ABB,






What do you know about pagecontext and what are the advantages of using it?

0 Answers  


Explain the various scope values for tag.

0 Answers  


How does a servlet communicate with a jsp page?

0 Answers  


Why is it that JComponent have add() and remove() methods but Component doesn’t?

0 Answers  


What is the default value of session attribute in jsp?

0 Answers  


How to comment out jsp code?

0 Answers  


How to disable scripting?

0 Answers  


Categories