• Resolved parth.kumar

    (@parthkumar)


    Hi,

    Please help me debug this issue as this is causing serious problem with the performance of the site. I have just recently updated ajax search lite and now i am facing the issue where my wp-options table has been bloated with _wp_session_expiry and wp_sessions_(record_id). I am sure that the garbage collector is not working as it hasn’t cleaned the wp-options table after an hour also. I want to know why this session is being created and if it is of no use of logged out users then i want to stop this session creation as my users are not wordpress users. Please help me debug the code to remove any session creation and if not then help me fix the garbage collector..

    https://www.ads-software.com/plugins/ajax-search-lite/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi!

    This is a known issue with the built in session handler. It should activate only on very specific conditions, but it’s not working correctly in some cases in the current version.

    I’m rolling out a quick bugfix version (4.6.3) just about now. After update new session records should not appear (or only in very small amounts if the conditions are met), and the old ones should be deleted by the garbage collector over time.

    Please update your current version to the new one if you get the notification, and let me know if the problem still persists. Thank you!

    Thread Starter parth.kumar

    (@parthkumar)

    Thanks man!! Works like a charm…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ajax Search lite bloating up the wp-options table with _wp_sessions’ is closed to new replies.