Welcome Guest, Not a member yet? Register   Sign In
Session Problem
#1

[eluser]Suhas nazir[/eluser]
Is it Possible to Change the space available to Store Session Variables.
#2

[eluser]InsiteFX[/eluser]
Only if your using the CodeIgniter Database Sessions.
Cookie sessions only hold 4kb of data.

You can change the user_data from text to either mediumtext or longtext.

InsiteFX
#3

[eluser]Suhas nazir[/eluser]
if it holds currently 4 kb of data,... is session allows to hold some other data too.?if we try for that what will happends ..?
#4

[eluser]InsiteFX[/eluser]
If you use the CodeIgniter Database sessions you do not
need to worry about the cookie.

This is why everyone uses database sessions. Cookies are
limited!

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB