Simple Session Support
Provides support for the PHP session allowing data to be retained from one request to another.
Simple Session Support ranks #11,504 among WordPress.org plugins with 200+ active installations, a 5/5 rating from 13 reviews, and was last updated Dec 14, 2013. Data from WordPress.org, refreshed twice daily — see methodology.
Next Milestone 300
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Rank Changes
Downloads Growth
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
Security History
Source: WPVulnerabilityNo known vulnerabilities on record for Simple Session Support. Checked 1 month ago.
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.1
- Last Updated
- Dec 14, 2013
- Requires WP
- 3.0+
- Tested Up To
- 3.7
- PHP Version
- N/A
- Author
- Peter Wooster
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 13
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowTL;DR
AI summary of the plugin's readmeThis plugin is for WordPress developers who need to persist data across multiple HTTP requests. It solves this by adding PHP session support with simple functions to set and get session values.
- Save data across HTTP requests
- simpleSessionSet($key, $value) function
- simpleSessionGet($key, $default) function
- Session started on init action
- Session destroyed on login action
- Session destroyed on logout action
Frequently Asked Questions
Common questions about Simple Session Support