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.

Simple Session Support

چۈشەندۈرۈش

This plugin adds PHP session support. Data can be passed from one request to the next.

Functions are provided to get and set items in the PHP session.

Features for Developers

  • You can save data from one HTTP request to another.
  • the simpleSessionSet($key, $value) function sets a session value
  • the simpleSessionGet($key, $default) function gets a session value with a default value if the key is not found
  • the session is started in the init action and destroyed in the login and logout actions

Additional Features

There are no additional features supported by Simple Session Suppoprt. The code is simple, small and well documented,
so you can use it as a starting point for your own plugins or themes.

ئورنىتىش

  1. Use the Plugins, Add New menu in WordPress to install the plugin or upload the simple-session-support folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ›Plugins‹ menu in WordPress

باھالاشلار

2016-يىلى 3-سېنتەبىر
Solves the issue of storing session variables with great simplicity.
13 باھالاشنىڭ ھەممىنى ئوقۇش

تۆھپىكار ۋە ئىجادكار

«Simple Session Support» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.

تۆھپىكار

«Simple Session Support» نى تىلىڭىزغا تەرجىمە قىلىڭ

ئىجادىيەتكە قىزىقامسىز؟

كودقا كۆز يۈگۈرتۈپ، SVN خەزىنە تەكشۈرۈپ ياكى RSSئارقىلىق ئىجادىيەت خاتىرىسىگە مۇشتەرى بولغىلى بولىدۇ.

ئۆزگىرىش خاتىرىسى

1.1

  • test with WordPress 3.8

1.01

  • make it cooperate with other plugins that use the session

1.0

  • First release.