Better Auth cookie format is 'token.signature' but DB only stores the token portion. Split on '.' to extract the actual session token.
Better Auth cookie format is 'token.signature' but DB only stores the token portion. Split on '.' to extract the actual session token.