书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 7074 个相关结果.
  • 2.5 COOKIE

    COOKIE COOKIE的基本使用 记忆加密升级版 扩展:定制专属的COOKIE COOKIE 当使用HTTP/HTTPS协议并需要使用COOKIE时,可参考此部分的使用说明。 COOKIE的基本使用 如同其他的服务一样,我们在使用前需要对COOKIE进行注册。COOKIE服务注册在\PhalApi\DI()->cookie 中,可以...
  • cookie 操作

    pgSetCookie($name, $val, $expire) - 设置 cookie 参数: 1 、 cookie 名称 2 、对应的值 3 、有效期【可省参数 默认 365 天】 pgGetCookie($name) - 获取 cookie 参数: cookie 名称 pgRemoveCookie($n...
  • Cookie transport

    Cookie Session Transport Creating a transport Cookie Session Transport const cookieTransport = require('@arangodb/foxx/sessions/transports/cookie'); The cookie transport stor...
  • Cookie Parameters

    Cookie Parameters Import Cookie Declare Cookie parameters Recap Cookie Parameters Warning The current page still doesn’t have a translation for this language. But you ca...
  • Cookie 对象

    Cookie 对象 Cookie 对象 name String - cookie 的名称。 value String - cookie 的值。 domain String (可选) - cookie所在域名,通常使用点号开头,以使其对子域名可用。 hostOnly Boolean (可选) - cookie 是否仅匹配主机头;此项仅在未设...
  • Cookie transport

    Cookie Session Transport Creating a transport Cookie Session Transport const cookieTransport = require('@arangodb/foxx/sessions/transports/cookie'); The cookie transport sto...
  • Secure Cookie

    Secure Cookie werkzeug.contrib.securecookie Application Integration Security Reference Secure Cookie Warning Deprecated since version 0.15: This will be removed in version...
  • Cookie and Session

    Cookie 与 Session Cookie ctx.cookies.set(key, value, options) ctx.cookies.get(key, options) Cookie 秘钥 Session 扩展存储 Session 实践 修改用户 Session 失效时间 延长用户 Session 有效期 Cooki...
  • Cookie Object

    Cookie Object Cookie Object name string - The name of the cookie. value string - The value of the cookie. domain string (optional) - The domain of the cookie; this will be n...
  • Cookie 对象

    Cookie 对象 Cookie 对象 name string - cookie 的名称。 value string - cookie 的值。 domain string (可选) - cookie所在域名,通常使用点号开头,以使其对子域名可用。 hostOnly boolean (可选) - cookie 是否仅匹配主机头;此项仅在未设置域...