Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6071103
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:00:34+00:00 2026-05-23T10:00:34+00:00

I was wondering if it was possible to create a cookie (using jquery.cookie) which

  • 0

I was wondering if it was possible to create a cookie (using jquery.cookie) which looks like this in php:

$_COOKIE['124']['ctns'] => 12
$_COOKIE['124']['units'] => 2

OR

$_COOKIE['124'] => array( 'ctns' => 12, 'units' => 2 )

Currently I’ve created the cookie which looks like:

$_COOKIE['124-ctns'] => 12
$_COOKIE['124-units'] => 2

But I’m realising that’s not going to work for what I need.

The code I’m using (jquery) is:

$.cookie('124-ctns', 12, { path: '/' });
$.cookie('124-units', 2, { path: '/' });

Any help would be appreciated 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T10:00:35+00:00Added an answer on May 23, 2026 at 10:00 am

    You can’t. Cookies ONLY store strings, not objects.
    You can convert the objects to JSON so the code looks something like

    $_COOKIE['124'] => json_encode(array( 'ctns' => 12, 'units' => 2 ));
    
    n124 = JSON.parse($.cookie('124'));
    

    Then the variable n124 should be the object so you can get the variables like
    n124.ctns
    n124.units

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering if it is possible to do something like this: <uc1:TestControl ID=TestControl1
I'm wondering whether something like this is possible (and relatively easy to do), and
I am wondering if it is possible to create something like a predicate for
I'm wondering if it is at all possible to create a Jquery animation with
I am wondering if it's possible to create a graphical application in Silverlight which
I'm wondering is that possible to create new eamil account using Exchange Web Service?
As you all know using java it is possible to create methods which require
I was wondering is it possible to create multiple instances of a single Activity
im wondering if it's possible to create p2p chat application without server(so there is
I'm wondering if it's possible to create a windows service in .NET and then

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.