gpt4 book ai didi

php - Flashdata 未在 Codeigniter 中清除

转载 作者:行者123 更新时间:2023-12-03 23:24:06 27 4
gpt4 key购买 nike

我正在使用 Codeigniter 2.1.4,但我在 flashdata 方面遇到了一些问题。
当我成功提交记录时,我可以显示 flashdata 消息。但是如果从显示 flashdata 消息的页面转到另一个页面,然后使用浏览器后退按钮返回上一页,它会再次显示 flashdata 消息。
使用后如何清除 flashdata 消息?
我认为这不是 flashdata 问题的缓存问题。我很困惑为什么会发生这种情况。 如果它的缓存问题那么如何删除它?

下面是我用过的代码,

//In the manage of controller
$this->session->set_flashdata('message', "Record updated successfully.");

// In the view of controller
$data['message'] = $this->session->flashdata('message');

// In the view page
echo $message;

最佳答案

Flash 仅在下次刷新后才会消失

关于php - Flashdata 未在 Codeigniter 中清除,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18846462/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com