Welcome Guest, Not a member yet? Register   Sign In
Flashdata and refresh
#1

[eluser]mighty_falcon[/eluser]
I am having an issue with flashdata. Up to now throughout my application when I have had the need to use flashdata I have first set it in my controller and then redirected to the next one and accessed it from there without any problems.

For this one page however I need to set the flashdata in the Cart controller like this:

Code:
$this->session->set_flashdata('redirect_url', site_url('cart'));

And then link to the login page in the view of the cart controller:

Code:
<a href="&lt;?= site_url('auth/login')?&gt;">login</a>

And then be able to access the flashdata in the login controller, which I am not able to. If I place a refresh in the cart controller right after setting the flashdata it works okay.

Is there a workaround to this problem? I need to link to the login controller but cannot refresh to be able to access the flashdata...

Thanks!


Messages In This Thread
Flashdata and refresh - by El Forum - 07-09-2010, 10:21 AM
Flashdata and refresh - by El Forum - 07-09-2010, 11:04 AM
Flashdata and refresh - by El Forum - 07-09-2010, 11:36 AM
Flashdata and refresh - by El Forum - 07-09-2010, 12:52 PM
Flashdata and refresh - by El Forum - 07-09-2010, 01:19 PM
Flashdata and refresh - by El Forum - 07-10-2010, 04:15 AM
Flashdata and refresh - by El Forum - 07-10-2010, 09:40 AM
Flashdata and refresh - by El Forum - 07-10-2010, 10:18 AM
Flashdata and refresh - by El Forum - 07-10-2010, 11:22 AM
Flashdata and refresh - by El Forum - 07-10-2010, 12:14 PM
Flashdata and refresh - by El Forum - 07-10-2010, 01:34 PM
Flashdata and refresh - by El Forum - 07-10-2010, 05:33 PM
Flashdata and refresh - by El Forum - 07-11-2010, 12:53 AM
Flashdata and refresh - by El Forum - 07-11-2010, 02:54 AM
Flashdata and refresh - by El Forum - 07-13-2010, 01:06 PM
Flashdata and refresh - by El Forum - 08-02-2010, 01:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB