This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Session Slap

توضیحات

This plugin will mimic a keep-alive ping by utilizing jQuery to perform an ajax request to the current page, which will update
the session token tied to PilotPress and or any other system attached using PHP built in sessions. Session Slap will also provide
a settings interface to allow admins to configure details relating to interval amount (which is defauled to 5 minutes less than the
session.maxlifetime set in php.ini).

A few notes about the sections above:

  • Configuration options are available in the Settings -> Session Slap menu.
  • Updates built in PHP sessions only.
  • Attempts to access session.maxlifetime ini settings, but will default to 24 minutes if not available.

عکس‌های صفحه

  • Sub Menu in the Backend Admin Settings menu bar
  • Settings page where you can change details such as interval amount and alert visibility settings
  • Example of what an alert will look like to your clients/customers

نصب

This section describes how to install the plugin and get it working.

e.g.

  1. Unzip sessionslap.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“Session Slap” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “Session Slap” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.8.2

  • Added sanity checks to prevent PHP from triggering warnings.

1.8.1

  • Code consolodation where possible.
  • Use INI settings for default interval amount.

1.7.1

  • Settings API used for building out an intuitive Settings Page.

1.0.0

  • Basic implementation utilizing jQuery.