Does a Joomla site write anything (session etc.) to the Db upon browsing (no logins just plain browsing)? I would like to make my DB read-only for maintenance purposes.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, an out-of-the box Joomla installation stores session information in the DB. However, if you have XCache or Memcached support installed on your server, you can change the handler to use something else. In the backend, go to Site > Global Configuration, then click the System link. At the bottom of the right hand column, there’s a setting where you can change the session handler from ‘Database’ to something else.