php - has anyone comes with new solution for codeigniter and uploadify session problem -
I know that this is a famous question and has been asked many times. But I want to ask that when we use the Codeigner session library, there is a new solution for advanced and codinator problem. I know that Flash Browser does not forward cookies with requests. And I have seen many solutions to send session data as parameters with uploading requests. But this does not seem to be a real solution for me.
Any help?
in application / config / config.php
Set it to false:
$ config ['sess_match_useragent'] = Wrong;
This will prevent codigniter from attempting to match Useragent (since Flash uses a different user in the browser).
Comments
Post a Comment