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

  • Home
  • SEARCH
  • 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 6251335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T13:35:42+00:00 2026-05-24T13:35:42+00:00

Anybody have an idea, why cookie in Cakephp always get deleted automatically after function

  • 0

Anybody have an idea, why cookie in Cakephp always get deleted automatically after function ends?

I try to write a cookie in let say function abc, with following :

$this->Cookie->write('referal', $ref);

Before that, in app controller before filter, i have initialized the cookie as following :

$this->Cookie->name = 'renttycoons';
$this->Cookie->time = 604800; // or '1 week'
$this->Cookie->path = '/';
$this->Cookie->domain = 'rent.local';
$this->Cookie->key = 'qSI232qs*&sXOw!';

But once the execution of function ends, the cookie was empty. when i try to read the cookie before function abc ends, it was there. There was no delete cookie method anyway.

  • 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-24T13:35:43+00:00Added an answer on May 24, 2026 at 1:35 pm

    yes, because the way Cookie in Cake works: when you use Cookie->write(), it doesn’t directly write to the cookie, because the cookie is in the user’s browser. Only until the view is rendered that the cookie you wrote is sent. So when you redirect, (I would guess the cookie doesn’t get sent and flushed out because the view isn’t rendered) the new request has the old cookie data.

    If you want to persist some shared data within cake app, and unique to each visitor, use SessionComponent. It looks pretty much the same as Cookie: $this->Session->write('referal', $ref); and $this->Session->read('referal');

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

Sidebar

Related Questions

Can anybody have any idea about how to get a small bitmap image from
Does anybody have any idea why I am getting this error when I try
Does anybody have an idea how to get rid of line numbers blue background?
Does anybody have idea about how to post a wall on facebook after login
Does anybody have any idea why this doesn't work? $(document).ready(function() { var loading; var
Does anybody have an idea why Google App Engine permits only a single thread
Does anybody have any idea why iPad zoom (you know, where you use two
Does anybody have any idea why Selenium RC server takes a long time to
Does anybody have an idea how to statically compile any resource file right into
Anybody have any idea about how to mix sounds in iphone.We can use OpenAl

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.