still losing session userdata across a redirect |
12-05-2017, 12:09 PM
(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'; 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 |
Welcome Guest, Not a member yet? Register Sign In |