Skip to content

Instantly share code, notes, and snippets.

@albert-hg
Last active June 30, 2021 06:38
Show Gist options
  • Save albert-hg/bcdae4c62058935844838699ff9662c6 to your computer and use it in GitHub Desktop.
Save albert-hg/bcdae4c62058935844838699ff9662c6 to your computer and use it in GitHub Desktop.
jsp
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head></head>
<body>
<div> This is home page. <div>
<div> Login: <%= request.getSession()%> <div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment