Welcome Guest, Not a member yet? Register   Sign In
Passing Data Between Views without saving it to cookies
#8

[eluser]cideveloper[/eluser]
[quote author="Doulos" date="1308193189"]Right, but the Data i'm working with could be larger than 4k, so I don't think storing it to the session will work unless there's a way to only post it to the sessions table and not the cookie. But at that point, I may as well just implement it myself like I talked about above, no?[/quote]

You could implement it yourself but why? If you use session db it only stores the data in the db and the cookie holds an encrypted identifier that matches up with the db record.


Messages In This Thread
Passing Data Between Views without saving it to cookies - by El Forum - 06-15-2011, 03:29 PM
Passing Data Between Views without saving it to cookies - by El Forum - 06-15-2011, 03:38 PM
Passing Data Between Views without saving it to cookies - by El Forum - 06-15-2011, 03:43 PM
Passing Data Between Views without saving it to cookies - by El Forum - 06-15-2011, 03:48 PM
Passing Data Between Views without saving it to cookies - by El Forum - 06-15-2011, 03:59 PM
Passing Data Between Views without saving it to cookies - by El Forum - 06-15-2011, 04:02 PM
Passing Data Between Views without saving it to cookies - by El Forum - 06-15-2011, 08:20 PM
Passing Data Between Views without saving it to cookies - by El Forum - 06-15-2011, 10:30 PM
Passing Data Between Views without saving it to cookies - by El Forum - 06-15-2011, 10:57 PM
Passing Data Between Views without saving it to cookies - by El Forum - 06-16-2011, 01:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB