am using tasks to convert some files, the task itself is launched by "exec (php oil refine task:func...)" command, so i need to set a Session var when the script is finished, to interact with the app Session.
the issue come when i set a Session var in the task i can't retrieve it from the app.
Sessions work with cookies, that take care of the persistence between requests. There is no cookie support on the commandline, so you can't use sessions.