Simple Session Support

Simple Session Support Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 9,314 downloads
Simple Session Support Icon

Try plugin: Simple Session Support

We'll create fresh WordPress site with Simple Session Support installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Simple Session Support

Provides support for the PHP session allowing data to be retained from one request to another.

13


0


0


0


0

updated: 10 years ago
since: 12 years ago
author: Peter Wooster

Description

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.