Session ecosystem and their behaviour

iwory
Member | 147
+
0
-

Hello,
I'm interesting about session and their creation.
I have an REST application written in Nette.
The application does not need login (Bearer token) or save any data to session.
I have setted session autoStart on auto, but the application generate a new session file for every request (respectively two files – for OPTIONS method and one of other specified method ) and I would like to know if it's necessary?
Is there some solution how to switch off them until I will need it?

Thank you

Last edited by iwory (2020-02-04 10:58)