Online Software Educational Training - IT Tutorials - Online Education Training for Computer Software


Home

JAVA SERVLET

Writing Cookies

To send a cookie

  • Instantiate a Cookieobject 
  • Set any attributes 
  • Send the cookie
     

 Here is an example code to send cookie to the client






Previous

Next