Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 238 Bytes

cookie.md

File metadata and controls

15 lines (12 loc) · 238 Bytes

cookie

Remember to config domain

vim src/main/resources/cookie.properties

expiry = 604800
path = /
domain = localhost
# only use https/ssl
secure = false
# prevent js from reading cookie, defend XSS attack
httponly = false