I have plain php script that doing redirection using Header('Location: ...') and I need to send one array ( 6 keys and 6 value cells with something like 20 characters each) to cakePHP.
I tried to use "session_start()" but by this I cannot connect to session variable. I cannot use _GET because URL have to be clear. Maybe the POST is an option but I'm not sure how to send data durring Header request.