Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
forked from Naran Session™
AuraFlow is not affiliated with Naran Session. The name and any related trademarks are used solely for nominative descriptive purposes.
This plugin adds cookie-based session functionality to CMS platforms, using a combination of cookies and the transient API. It is intended for developers who need to manage temporary user data across page visits without relying on the platform's native session system.
Session Functions: Provides a set of dedicated functions (nsess_get, nsess_set, nsess_remove, etc.) for reading, writing, and deleting session data with explicit control.
Configurable Expiration: Allows setting a timeout for individual session values, ensuring data is automatically cleared after a specified period.
Complete Session Control: Includes functions to reset a session (clearing all data) or destroy it entirely (removing server and client data).
Developer-Oriented Constants: Supports configuration via constants for cookie name, timeout duration, path, domain, and security flags (secure, HTTP-only) in the platform's configuration file.
Automatic Initialization: Core functions like nsess_get and nsess_set automatically start the session if needed, reducing boilerplate code.
Version
Original
Updated
Version
Original
Updated