Hi,
I'm new on the forum and using Phalcon (great)
I use "$this->getDI()->getSession()" to have some variables in my Model Class but I have this message:
Notice: A session had already been started - ignoring session_start()
As it's a notice I guess it's not a big issue, but is there anyway to access session data without trying to start a new session
Thanks