Welcome Guest, Not a member yet? Register   Sign In
The cookies are too big
#1

[eluser]Unknown[/eluser]
Hello all.
I'm struggling with a legacy system that uses Code Igniter.
There is an ISP that uses a proxy that limits the size of the cookies to ~ 1KB, so the page cannot be seen.

I want to divide the cookie in smaller parts. (a guess)
IIRC CI_Session only handles 1 cookie and not an array of them. ¿Is there a way to do that without modifying the CI_Session class?

Alternatively, I could just send an 'id' and store the rest in a database ¿what are you thoughts about that?

Regards.




Theme © iAndrew 2016 - Forum software by © MyBB