Skip to content
Discussion options

You must be logged in to vote

@migdall I had the same issue as yours.
I have managed to fix the problem by simply reducing the size of data I was storing in my Jwt token before passing it to the Session. If some of the users have more data then they can run into this issue of not being able to sign in since Cookie size limit has reached.

Now rather than passing the entire user to session inside token, just pass the important needed info like Id, verified, etc.

I hope this helps you

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
6 replies
@migdall
Comment options

@MA-Ghani
Comment options

@migdall
Comment options

@migdall
Comment options

@MA-Ghani
Comment options

Answer selected by balazsorban44
Comment options

You must be logged in to vote
1 reply
@milaabl
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
4 participants