Why is the token set in the browser different than the one in the session table?
For some bizarre reason the browser sends
hmMN3f2wYkM6X3RC1Kxxxxxxxxxxxxxxxxx.TEM86Y81I1WpCxxxxxxxxxxxxxx=
but the session table only has the first part, hmMN3f2wYkM6X3RC1Kxxxxxxxxxxxxxxxxx
so I need to manually split it in my backend to verify it against the db. Why for godsake?0 Replies