What is the use of sessions table in drupal?
Sometimes this table is crashed, Can anyone please tell me the reason it is crashed?
What is the use of sessions table in drupal? Sometimes this table is crashed,
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.
The sessions table keeps track of user sessions on your site. This table should have an entry for every user that’s logged in to your site. Some users may even have more than one session entry if they’re logged in from different devices or even different browsers.
You can select the table and ‘repair’ it from your phpMyAdmin interface, or as a last resort manually empty it, but that will log out all users from your site. I hope this helps…
It’s hard to know why it’s crashing, but if it’s happening very frequently, it sounds like a module you have installed may be causing problems. I’m assuming you haven’t modified any code in Drupal core.