Telegraf getting disconnected again and again with opcua

Hello all,
I am using opc ua telegraf plugin to collect data but after some days it keep disconnecting from opcua and connects again and again with error in plugin: RegisterNodes Read failed: The session id is not valid . StatusBadSessionIDInvalid(0x80250000).

in configuration also [inputs.opcua.request_workarounds]
use_unregistered_reads=false

Hi,

Can you share your full config?

If you are setting use_unregistered_reads to false, then that would mean you are forcing registered reads? On a previous issue there was this comment made by the maintainer to not do this unless you know your server can handle the register reads.