JakBot Chatbot

Does the chatbot remember previous conversations?

JakBot maintains conversation history within a single session. If a visitor returns to the same page, their previous conversation is loaded and displayed. However, conversations are identified by IP address (for guests) or WordPress user ID (for logged-in users), and conversation logs are periodically cleaned up by a scheduled cron job. JakBot does not use cookies or localStorage for session tracking. Each new session after cleanup starts fresh.