формат записи cookies

  • Автор темы Автор темы wizard
  • Дата начала Дата начала

wizard

Client
Регистрация
04.10.2011
Сообщения
1 056
Реакции
720
Баллы
113
Здравствуйте, объясните что обозначают выделенные слова
запись взята из профиля profilecookie.zpcookie

.site.com TRUE / TRUE 07/12/2018 00:37:51 sb yf78htyyuyuy6 TRUE FALSE
.site.com TRUE / FALSE 10/10/2016 00:37:51 csm 2 FALSE FALSE
.site.com TRUE / TRUE 10/10/2016 00:37:51 s 7687687mjkjk.BXg765K TRUE FALSE
 
Здравствуйте, объясните что обозначают выделенные слова
запись взята из профиля profilecookie.zpcookie
Формат записи кук у файрфокса:
Код:
Развернуть Свернуть Копировать
domain - The domain that created AND that can read the variable.
flag - A TRUE/FALSE value indicating if all machines within a given domain can access the variable.  Say "true"
path - The path within the domain that the variable is valid for.  Use / for any url
secure - A TRUE/FALSE value indicating if a secure connection with the domain is needed to access the variable. Use false to allow http://
expiration - The UNIX time that the variable will expire on.  Set something far in the future
name - The name of the variable.
value - The value of the variable.
isHttpOnly - true if the cookie should only be sent to, and can only be modified by, an http connection.
isSession - if true, cookie will deleted after browser will be closed.
 
Последнее редактирование:
  • Оценить
Реакции: nicanil и ibred

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)