* Session Cookies
* Persistent Cookies
Session Cookies: Are stored in memory during the client browser session. When the browser is closed the session cookies are lost.
Persistent Cookies: Are used to store information that identifies a returning user to a web site. You can set the date of expiration, which will also store in client computer hard drive.

