Linux 软件免费装

URL Param To Cookie

开发者 shaheedabdol
更新时间 2019年10月24日 16:25
捐献地址: 去捐款
PHP版本: 5.2.4 及以上
WordPress版本: 4.7
版权: GPLv2 or later
版权网址: 版权信息

标签

cookie url param url param

下载

详情介绍:

When configured, this plugin examines the visited url for a configured parameter and stores it in a cookie. The cookie name, domain, path and expiry can be configured.

安装:

Installation is the same as commonly found with other wordpress plugins:
  1. Upload the plugin files to the /wp-content/plugins/url-param-to-cookie directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Use the Settings->UrlParamToCookie Settings screen to configure the plugin

屏幕截图:

  • A view of the available settings on the plugin settings screen.

升级注意事项:

1.0 This is the initial version of the plugin, so no real reason to upgrade, since you can't install something lower than this version ;)

常见问题:

I fiddled with the path setting, now I can't see the cookie

If you want the cookie to apply to the entire site, then set the path variable to '/'

What do I do with validity time?

The default for the cookie validity time is 0 - this means the cookie is valid until the end of the session, or until the web browser is closed. If you want the cookie to be valid for a week, you'd enter 604800, this is a week's worth of seconds (7 (days) * 24 (hours) * 60 (minutes) * 60 (seconds)).

更新日志:

1.0