-
This is probably a dumb question, but I'm just want to make sure, that the cookie is containing a function right, and cookie maximum data is around 4kb, so much much data in theory iron session could save? Is it lower than 1-2kb? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
vvo
Nov 28, 2023
Replies: 1 comment 2 replies
-
Hey @benyaminl you'd have to do the testing yourself. But I would expect 3KB of data to be acceptable. Most of the time I only use it to store 10 properties maximum. What are you trying to store that is bigger than 1-2KB? Thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
benyaminl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @benyaminl you'd have to do the testing yourself. But I would expect 3KB of data to be acceptable. Most of the time I only use it to store 10 properties maximum. What are you trying to store that is bigger than 1-2KB? Thanks!