You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We using cookie to save i18n information, and cookie would be carried in http header every time frontend request. It's unnecessary and naive, so just replace it.
The text was updated successfully, but these errors were encountered:
We using
cookie
to savei18n
information, andcookie
would be carried in http header every time frontend request. It's unnecessary and naive, so just replace it.The text was updated successfully, but these errors were encountered: