Hi, I'm trying to figure out some aspects regarding that session.
First of all is there a difference between:
(A) new SessionAdapter(); and (B) new Session();
I am asking as the docs suggest that it should be (B) but webtools generate (A) and it seems to work.
The other thing is wether I should use:
(C) $di->set( or (D) $di->setShared(
I ask because in the docs: https://docs.phalcon.io/en/latest/reference/session.html#isolating-session-data-between-applications in isolating example it is (C) without an argument "true". However in all other examples session is always used with (D)
I would be thankful for any clarification.
Regards, Maciek