<%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Oturum</title> </head> <body> <% String username="godoro"; session.setAttribute("username", username); %> <h2> Oturuma kondu : </h2> <b><i><%=username%></i></b> </body> </html>Dosyayı İndir