I am setting a client_id into the Session. I can see directly after setting the ID, that the ID is located within the Session. So when I go to the next page, I would expect to find the ID still inside the Session. But there is nothing in the Session except for these 2 items:
[fSession::type] => normal
[fSession::expires] => 1368136924
I am setting a client_id into the Session. I can see directly after setting the ID, that the ID is located within the Session. So when I go to the next page, I would expect to find the ID still inside the Session. But there is nothing in the Session except for these 2 items:
[fSession::type] => normal [fSession::expires] => 1368136924
Here is basically what I am doing:
Before refreshing, I comment out the last 2 lines and I should see the ID spit out to display on Refresh. But everytime I do, i get "Got Nothing".
Am I missing something?
Thank you. Eric