 SchoolBase
              SchoolBase
              | Cookie | Purpose | Expires | 
|---|---|---|
| ASP.Net_SessionId | Used to maintain your current session with the server. | On closing the browser. | 
| CookiePolicyAccepted | Used to remember that you have accepted this policy so you are not asked to accept it every time you login. | 100 days after last login. | 
| adAuthCookie | Used to indicate that you have been authenticated so you are not required to login on every page. | On closing the browser. |