Rating: 5 stars
Ran into some issues with Pantheon + WPEngine and sessions being ignored in the past. This remedies those issues and abides by their recommendations.
]]>Rating: 1 star
After installing and clicking “Activate” – I left for a few minutes, only to find this completely corrupted my SQL Database and caused my website to throw a “Error establishing a database connection” error.
Deleting the directory from plugins did not resolve the issue.
My web hosting company is going to attempt to restore a backup of my site in an attempt to get it back up and running.
]]>Rating: 5 stars
Good code quality, very useful when you need the joy of sessions ?? Keep it up.
]]>Rating: 5 stars
I am using WP Session Manager in several projects since some years. Initially, I was looking for a more reliable session management compared to standard PHP sessions – and found it in WP Session Manager. Thanks for this great plugin!
]]>Rating: 5 stars
A big help on my codes. Don′t miss, will do great.
]]>Rating: 5 stars
good
]]>Rating: 5 stars
nice pulgin ,work perfect
]]>Rating: 5 stars
Thank you.
]]>Rating: 5 stars
Thank you, this helped me a lot.
]]>Rating: 5 stars
A solid implementation of sessions that will work also on load balanced servers as the session data is stored in the database.
If you change the default expiration time to a lower than default value that wp_session_expiration_variant need to be lower than wp_session_expiration.
/* This code will create a session that lives for 120 seconds and the
time will be updated when less than 60 seconds remain. */
add_filter( 'wp_session_expiration', function() { return 120; } );
add_filter( 'wp_session_expiration_variant', function() { return 60; } );
]]>
Rating: 5 stars
Плагин спас меня от многих ненужных поползновений при работе с сессиями в WordPress
]]>Rating: 5 stars
helloooooooo ,
the words failed me
thanks man ,
its very usefull and i also reduced the number of tickets related to session data problems by probably 90% or more :d
i combined your plugins to my plugins .
]]>Rating: 5 stars
Very usefull
]]>Rating: 5 stars
Thanks for taking the time to write this, Eric. Real time saver.
]]>Rating: 5 stars
It helped me a lot to solve a problem
]]>Rating: 5 stars
Thank you.
]]>Rating: 5 stars
I need to create session object in Woo commerce plugin.
$wp_session = WP_Session::get_instance();
in code will immediately crash whole site and nothing in output
how to debug this?
]]>Rating: 1 star
or I’m retarded. Either way this plugin is too difficult.
$zur_sesija = WP_Session::get_instance();
function qqwwee(){
global $zur_sesija;
if (is_page(294)){
$zur_sesija['errorai'] = 'qq';
}
return;
}
echo $sesija['errorai'];
outputs:
Fatal error: Class 'WP_Session' not found
Rating: 5 stars
Thanks!
]]>Rating: 5 stars
I used normal cookie to store temporary data but I’ve encountered characters limit issue since cookie stores only 4k bytes for Firefox. So, I decided other approach and I’ve found this plugin and works really great as I wanted.
Thanks.
]]>Rating: 5 stars
Very nice session plugin. Helped me alot with a project. Thanks.
]]>Rating: 5 stars
Does exactly what it says it does.
]]>Rating: 5 stars
We use WP_Session in Easy Digital Downloads and it has been excellent. Eric has given us a reliable storage system for session data that works perfectly on the vast majority of server setups, and he has saved us countless hours that would be needed to develop our own in-plugin session handler.
]]>Rating: 5 stars
It seems every 1 out of 3,000 users has a server with broken PHP
sessions that would require a trouble ticket with their web host to
fix. So I released a new version of Fast Secure Contact Form 3.1.8 that does not use PHP sessions anymore. I found and included a PHP session replacement called WP Session Manager that uses the WP database to keep the session token. The author gave me permission and including the library only took a few minutes to do. It is working better.
Thanks Eric,
Mike Challis
]]>