Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-1274

memory: recursive activation creates a session per page

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Critical Critical
    • 3.0.2
    • 3.0.1
    • activation
    • None

      Each page is sent by a atom package/request to the public instance, where per request a session is created. We should implement one of these solutions:

      a) reuse the session id returned by the first request (no relogin after each request)
      b) invalidate session after the execution (simple)
      c) don't use session at all (needs more work, since we use the session to login)

        Acceptance criteria

              scharles Sameer Charles
              pbaerfuss Philipp Bärfuss
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: