admin管理员组

文章数量:1642335

There are two types of JavaSript cookies- permanent, and session-only. The first one stores its information in a physical file on the client's computer called "cookie.txt", with the stored data "permanently" available. Session only cookies, on the other hand, stores information in the browser memory, and is available for the duration of the browser session. In other words, the data stored inside a session cookie is available from the time of storage until the browser is closed. Moving from page to page during this time does not erase the data.

ALSO

REFERENCE: http://en.wikipedia/wiki/HTTP_cookie

本文标签: permanentsessioncookies