Sessions are created for crawlers

Created on 16 December 2011, over 13 years ago
Updated 26 November 2024, 4 months ago

The sessions table will balloon rapidly if the site is frequently crawled, and especially if session expiration is very high. This is because securepages stores a session variable on the first request, causing drupal to store the session data. But since bots generally do not accept cookies, a new session is created for every request they make.

The attached patch fixes this for 6.x-1.x-dev.

πŸ› Bug report
Status

Closed: outdated

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States balloon

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡¦Ukraine AstonVictor

    I'm closing it because the issue was created a long time ago without any further steps.

    if you still need it then raise a new one.
    thanks

Production build 0.71.5 2024