<%@page import="java.net.URLEncoder"%> <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Çerez</title> </head> <body> <% String company="Godoro Yazılım"; Cookie cookie=new Cookie("company", URLEncoder.encode(company , "UTF-8" )); response.addCookie(cookie); %> <h1>Çerez eklendi :</h1> <b><i><%=company%></i></b> </body> </html>Dosyayı İndir