Cookie « Tag « JSP-Servlet Q&A





1. Calling a ctrl through script tag from an JSP, to update cross domain cookies causes error 500    stackoverflow.com

I have a JSP from which i call the ctrler, to update cookies of 3 domains including the current domain script type="text/javascript" src="site.domain1.com/servlet?ctrl=CookieCtrl.modifyCookies&param1=Value> script type="text/javascript" src="site.domain2.com/servlet?ctrl=CookieCtrl.modifyCookies&param1=Value> script type="text/javascript" src="site.domain3.com/servlet?ctrl=CookieCtrl.modifyCookies&param1=Value> I have Error 500 from the ...

2. check for cookie using tags    coderanch.com