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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T02:00:37+00:00 2026-05-24T02:00:37+00:00

Hello I have a problem. I am using the below function to create a

  • 0

Hello I have a problem.

I am using the below function to create a cookie when there is no one available.

The problem is that when the browser has been closed an opened again, this function creates the Cookie again…even if it is already there.. So everytime the user opens and closes the browser, this cookie gets created and created again..

This is really bad for me. How do I avoid this issue?

What ‘s wrong in my function?

Thanks

 <?php
  function GenerateTuittingID()
  {
      $todaydate = date('Ymd');
      $time = mktime(date('G'), date('i'), date('s'));
      $NowisTime = date('Gis', $time);
      $random_numbers = substr(number_format(time() * rand(), 0, '', ''), 0, 10);
      $random = $random_numbers . $todaydate;
      if (!isset($_COOKIE["tuittingID"])) {
          setcookie("tuittingID", $random, mktime(0, 0, 0, 12, 31, 2015));
      }
  }
?>
  • 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-24T02:00:39+00:00Added an answer on May 24, 2026 at 2:00 am

    1) Open your browser settings, go to Privacy.

    2) Click on Use custom settings for history.

    3) Make sure the drop down beside Keep Until say They Expire. If not, update it and press okay.

    4) Let me know if that solved your problem.

    Edit (Just saw your comment)

    Set the path and domain on your cookies so they are accessible from the whole site:

    setcookie("tuittingID", $random, mktime(0, 0, 0, 12, 31, 2015),
      '/', '.yourdomain.com');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello i Have a programa that has starts in a main sub, it executes
Hello guys i have a problem streaming PDF files with php, i'm using this
Hello I have a problem to retrieve a value from a method. I'm using
Hello I have problem to put together animations of two separate objects to second
Hello I am a Java web app developer I have a problem, I would
Problem Hello all! I have this code which takes my jpg image loops through
Hello I have been having trouble with this for a while now. I have
I have a problem with modprobe command... I compiled the hello world module and
Hello i have just started learning mvc2 and im having a problem with the
Hello I am new to Android .I have been given an Android project to

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.