# security-parent **Repository Path**: yunwolf/security-parent ## Basic Information - **Project Name**: security-parent - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 42节 配置session超时时间 默认30分钟 ~~~ server: port: 80 servlet: session: timeout: 1m //最小是一分钟 cookie: name: JSESSIONID //设置cookie的名字 ~~~ 自定义session失效处理 ## 43节 ## 78节 2020-07-26