Thread: A cookie system
View Single Post
BAILOPAN
Join Date: Jan 2004
Old 05-13-2007 , 19:47   Re: A cookie system
Reply With Quote #12

Yeah I wouldn't do that. As long as cookies are serializable in someway then it should be good. I.e. let's say you have 10 data types you want to stuff into a cookie, 5 floats and 5 ints, you could say "store all of these in one value for me."

Then later those values could be expanded back.
__________________
egg
BAILOPAN is offline