You can store what you wish in a cookie. you just need functions to create the store and read them back. I have seen site's put JSON into cookies to save creating multiple's but then there are others who use multiple cookies.. It's down to how you wish to do it.
-----Original Message----- From: "Jason King" <[email protected]> Sent: Friday, 10 January, 2014 22:58 To: "Open BlueDragon" <[email protected]> Subject: Re: [OpenBD] Dynamically setting session length Can I put multiple values in a single cookie or do I need to create a cookie for each value? Say I want to keep their userID in a cookie, and a hash. Do I have one cookie for userID and one for hash?-- -- online documentation: [http://openbd.org/manual/] http://openbd.org/manual/ [http://groups.google.com/group/openbd?hl=en] http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit [https://groups.google.com/groups/opt_out] https://groups.google.com/groups/opt_out. -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
