Coldfirezz
New Member
- Messages
- 504
- Reaction score
- 0
- Points
- 0
Has anyone else had a problem with having too many cookies, pretty much to the point where some cookies are not set?
The browser only seems to block some but I cut the amount of cookies I used and it worked (Stored some that had been blocked). I stored the character stats for my rpg but I worked it out and fixed it. I cant say why it wasnt working other than I had to many cookie variables.too many cookies? theres no such thing.
your browser may be blocking them.
what browser are you using?
from the CodeIgniter user guide:
"Cookies can only hold 4KB of data, so be careful not to exceed the capacity."
side note: just exactly how much information were you storing on your cookies?!? 4kb is plenty
just a quick question, i'm prob overlooking it, but why are you storing character stats in cookies instead of a db? people can edit cookies and set them to what they want.