plugin-icon

Simple Session Support

Provides support for the PHP session allowing data to be retained from one request to another.
평가
5
최근 업데이트일
December 14, 2013
버전
1.1
활성화된 설치 항목
400

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.

무료Creator 요금제에서
활성화된 설치 항목
400
테스트된 버전
3.7.41
이 플러그인은 다운로드 가능하며 워드프레스 독립 호스트 설치에 사용할 수 있습니다.