书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 7074 个相关结果.
  • Cookie and Session

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

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

    Cookie 处理 Cookie 处理
  • Cookie的缺点

    1. Cookie的缺点 1. Cookie的缺点 不安全,明文 增加带宽消耗 可以被禁用 cookie有上限
  • Cookie 辅助函数

    Cookie 辅助函数 装载这个 helper Cookie 辅助函数 Cookie 辅助函数中包含了多个 cookie 相关函数。 装载这个 helper 这个 helper 可以通过下面的方法来装载: $this -> load -> helper ( 'cookie' ); 下面这种方法同样可以: ## set_cooki...
  • cookie.php

    cookie.php¶ 文件位置¶ 配置作用¶ 配置文件内容¶ cookie.php¶ 文件位置¶ resource / config / $ENV / cookie . php 配置作用¶ HTTP server的cookie使用配置 配置文件内容¶ <? php //参数用法见PHP官方coo...
  • Http cookie API

    Http cookie API type.http.v3.Cookie Http cookie API type.http.v3.Cookie [type.http.v3.Cookie proto] Cookie defines an API for obtaining or generating HTTP cookie. { "n...
  • Http cookie API

    Http cookie API type.http.v3.Cookie Http cookie API type.http.v3.Cookie [type.http.v3.Cookie proto] Cookie defines an API for obtaining or generating HTTP cookie. { "n...
  • session和cookie

    2556 2018-02-08 《Go Web 编程》
    6.1 session和cookie cookie Go设置cookie Go读取cookie session 小结 links 6.1 session和cookie session和cookie是网站浏览中较为常见的两个概念,也是比较难以辨析的两个概念,但它们在浏览需要认证的服务页面以及页面统计中却相当关键。我们先来了解一下sessio...
  • Set and get a cookie

    Set and get a cookie Set and get a cookie Secure cookies, encoding and decoding, sessions (and sessions scaling), flash messages and more can be found at the _examples/cookies ...