[eluser]Wuushu[/eluser]
[quote author="bretticus" date="1253755666"][quote author="Wuushu" date="1253747144"]However IF you are using CI, use the mysql-stored session type and this will not be a problem[/quote]
It's worthy to note that if you use CI for sessions without using the database, the session data is stored in browser cookies and will work just fine for a server farm front-ending one host name. CI sessions are not session cookies in the strictest sense.

[/quote]
Very true! The option of keeping all the session data inside the cookie will yield same results, I just like it less "tamper" wise!