Closed (fixed)
Project:
Session Cache API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Feb 2013 at 15:34 UTC
Updated:
16 Feb 2013 at 03:18 UTC
I was wondering what the difference is with http://drupal.org/project/session_api?
Are there conflicts if they are both used?
Comments
Comment #1
rdeboerI thought the difference was clearly explained on the project page. See the FAQ section below copied from the project page.
No there is no conflict when both are used.
PLEASE NOTE: both are API's so only do something if a developer of another module decides to call the functions in the API. If you switch either or both modules on in a vanilla D7 core install, then NOTHING will happen. Session API doesn't do anything until you switch the Flags module on (or one of the other modules that use it). Session Cache API does nothing until you switch on Smart IP, IP Geolocation Views & Maps or Views GLobal Filter.
FAQ's
Q: What is the difference between this module and the Session API module?
A: Session API creates alternative session ids that remain valid after authenticated users log out and become anonymous. Session API does not implement any session data storage mechanisms, whereas that's what Session Cache API is all about. Session Cache API sessions also continue to live after logout, so you normally don't need Session API when you already use Session Cache API. See the README for more info on sessions, Session API and Session Cache API.
Comment #2
socialnicheguru commentedI should read more. I am so sorry.
Comment #3
rdeboerOk. Closing.