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 8141319
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T12:27:55+00:00 2026-06-06T12:27:55+00:00

I am using Jquery Cookie but am having difficulty setting and retrieving the info.

  • 0

I am using Jquery Cookie but am having difficulty setting and retrieving the info.

What I have so far is:

 <script type="text/javascript" charset="utf-8" src="js/jquery.cookie.js"></script>
     <script type="text/javascript">
        $(function() {
        var cookiedate = new Date();
        cookiedate.setTime(cookiedate.getTime() + (60 * 60 * 1000));
        $.cookie("mycookie", "checked", { expires: cookiedate, path: '/' });
        console.log(cookiedate);
          alert( $.cookie("mycookie") );
              });
    </script>

But it just isnt working.

Can anyone help me out to find out what I am doing wrong? Thanks!

  • 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-06-06T12:27:58+00:00Added an answer on June 6, 2026 at 12:27 pm

    jquery.Cookie handles the dates for you. Just feed it the number of days you want the cookie to be valid for:

     $(function() {
        $.cookie("mycookie", "checked", { expires: 365, path: '/' }); //valid for a year
        alert( $.cookie("mycookie") );
      });
    

    P.S. Just in case you are using Chrome and are testing locally – Chrome doesnt support local cookies – Upload it to a server.

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

Sidebar

Related Questions

I'm running this code, <html> <head> <title>D</title> <script type=text/javascript src=jQuery.js></script> <script type=text/javascript src=Cookie.js></script> <script
I'm using the jQuery Cookie Plugin on my homepage but it doesn't work in
I'm running Linux Mint and using Firefox 3.6.10. I'm setting a cookie using jQuery
i'm using the jquery cookie plugin. Everything works fine except the fact that I
I am using the jquery from https://github.com/carhartl/jquery-cookie . I am using the cookies for
Ok so I am using this, https://github.com/carhartl/jquery-cookie , jquery plugin and I need to
Using the code sample below, how could I utilize the jquery cookie plugin so
How to Expire a Cookie in 30 min ? I am using a jQuery
I create the cookie in jQuery. I can verify it in Firefox. But when
I'm using the jquery-cookie module to set/get cookies from jquery. When I set a

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.