%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <% String username = (String) session.getAttribute("username"); if (username == null) { out.print("please come from the normal way"); } else { // out.print("hello!"); %>