Getting logged out during interactions with Datatables Ajax

Getting logged out during interactions with Datatables Ajax

JS999JS999 Posts: 1Questions: 1Answers: 0

Datatables is great, however something is causing the auth session to die - the Json alert error appears in the browser, and it's because the auth session is lost. I'm using it with Laravel. Has anyone experienced this? What could the cause and solution be?

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Hi @JS999 ,

    That'll have nothing to do with DataTables I'm afraid, it'll be with your server end - DataTables will only be making the Ajax requests that you tell it to.

    Cheers,

    Colin

This discussion has been closed.