Qustion about the sessions

Ismail8 years ago

Hello and thank you for this great software
I wanted to use traccar with another software, the software decrypt the msg and traccar insert it in the database, I manage to create the decoder from my software ,every thing is working just fine .. but for only one device due the device session .. to explain more : it is the same as you connect to traccar from terminal (telnet 127.0.0.1 port ) in this case : only the first connected device will be set as device id in the session even if the device id changed the system will use the first one as device id, in my case all the devices use only one session, I want to insert directly to the database , or create new session for each.
any help or advice will be appreciated
Thank you
Ismail

Anton Tananaev8 years ago
Ismail8 years ago
  <entry key='decoder.ignoreSessionCache'>false</entry>

this seam to be the solution for now , and yes !! creating connection for each device from my software it is good for the performance and optimization specially when it comes form the device log file (while it was in non coverage gprs area )

Thank you very much.
Ismail