HI all,
I have action cable integrated in my application and the websocket end point is pinged after i think every 30 seconds or so.
But this seems to be creating records in the session table, is this the expected behaviour. is there a way i can exclude certain end points from creating session table records.
Also, after login in the same session if i am performing a ajax call, this also creates a record in the sessions table with a unique id but same data. is this the expected behaviour?

any help on this would be really great, many thanks.