# sso-cookie **Repository Path**: gapper/sso-cookie ## Basic Information - **Project Name**: sso-cookie - **Description**: 单点登录,利用cookie实现。 关键是使用cookie.setDomain设置共同的一级域名 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2020-04-06 - **Last Updated**: 2021-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sso-cookie #### 介绍 单点登录教学示例,利用cookie实现。 # 模拟场景:代码商店 1. 代码商店的首页:www.codeshop.com 2. vip系统:vip.codeshop.com 3. 购物车系统:cart.codeshop.com 4. 登录系统:login.codeshop.com