Welcome Guest, Not a member yet? Register   Sign In
still losing session userdata across a redirect
#24

(This post was last modified: 12-05-2017, 12:10 PM by PaulD. Edit Reason: minor edits )

Does it help if you use 'refresh':
PHP Code:
$_SESSION['item'] = 'xyz'
redirect('somewhere''refresh'); 

I know this will not help you, but I have never had a problem with session setting and redirecting. In fact I use it quite often with flash data. However, 'refresh' might be completely irrelevant to your problem, this is not an area I claim any expertise in. Sorry.

Paul
Reply


Messages In This Thread
RE: still losing session userdata across a redirect - by PaulD - 12-05-2017, 12:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB