• Resolved satisfactionstate

    (@satisfactionstate)


    Hello! Could you please advise me about the learnpress_sessions tables? There is an option in the tools:
    Clear system data
    Delete old data that are not used or expired
    learnpress_sessions (3) rows expired. What does this mean and how safe is it to clean? Will this not disrupt student progress. How often should I clear this data and cache? Thank you in advance for your reply.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi satisfactionstate,

    The notification “learnpress_sessions (3) rows expired” means that there are 3 session records in the database that have exceeded their expiration period. These sessions are used to manage user sessions for both guest and logged-in users, storing temporary session data, such as cart information for guests. Details about LearnPress Sessions:

    1. Expiration Time:
      • For guests, the session expires after 2 days.
      • For logged-in users, the session expires after 6 days.
      • Function:
        • Handles session management (cookies and expiration).
        • Primarily stores temporary data like cart details, which are unrelated to course progress or learning activities.
    2. Is it safe to clear?
      • Yes, it is safe to clear expired sessions using the Clear system data option.
      • Clearing sessions will not disrupt student progress because learning progress data is stored in separate database tables, not in the learnpress_sessions table.
      • It only removes outdated session data that is no longer in use.
    3. Recommended Frequency:
      • You can clear this data periodically, such as once a month, to maintain database efficiency and avoid unnecessary storage of expired sessions.

    Let us know if you need further assistance!

    Best regards,
    Brianvu-tp

    Thread Starter satisfactionstate

    (@satisfactionstate)

    Thank you for your detailed response! Happy developing your wonderful plugin!

    Plugin Support brianvu-tp

    (@briantp)

    Hi satisfactionstate,

    We are thrilled to hear that you found the solution useful!

    If you are satisfied with LearnPress, we would greatly appreciate it if you could leave us a 5-star review. A nice rating is a huge motivation for our team to keep up the hard work, and it means a lot to us.

    Thank you very much for your kind feedback and support.

    Best regards,
    Brianvu-tp

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘learnpress_sessions’ is closed to new replies.