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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T11:23:52+00:00 2026-05-18T11:23:52+00:00

I have set cookie and set it to expire after sufficient seconds. Still as

  • 0

I have set cookie and set it to expire after sufficient seconds. Still as soon as my session expires the cookie also expires. This is my code :-

   if(isset($_POST['KeepMesignedIn'])) {
                    $this->load->helper('cookie');
                    $cookie = array(
                            'name'   => 'info',
                            'value'  =>  $user->Username . '||' . $user->Password,
                            'expire' => time()+3600*24*30
                    );

                    set_cookie($cookie);
                }

Can anybody identify the problem?

  • 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-18T11:23:53+00:00Added an answer on May 18, 2026 at 11:23 am

    According to the CodeIgniter documentation, set_cookie expects expires to be the delta seconds that are added to the current time:

    The expiration is set in seconds, which will be added to the current time. Do not include the time, but rather only the number of seconds from now that you wish the cookie to be valid. If the expiration is set to zero the cookie will only last as long as the browser is open.

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

Sidebar

Related Questions

I have this code to set up and check a cookie, and before a
I have used the following code to set cookie and then redirect. String level=(String)
I have seen several variations. Suppose I wish my cookie to expire after one
I have set a cookie in my jsp page say(A). and set its path
I am developing w php web site. Here I have set a php cookie
I have set my cookie in PHP using the following: setcookie(id, 100, time()+100000, /AP,
I have following requirements: create a cookie for server domain that cookie will expire
I'd like to set a cookie with expire time in few hours in the
I am finding 2 places where session.cookie_lifetime is set. Here: ; Lifetime in seconds
I have a simple cookie used to set the chosen language: $lang = $_GET['lang'];

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.