PHPSESSID= and 404 |
[eluser]vevmesteren[/eluser]
Hello friend, have ripped out quite a bit of hair over this one, so I turn to the trusted forum (not without having tried to find pertinent posts first, I assure you) I am using the following library: http://codeigniter.com/wiki/AMF_Codeigni...ooks_Etc./ when Flash calls a Remoting service a Session ID is created, and when Flash then, in turn, calls the service it automatically appends PHPSESSID= to the gateway URL. so the called URL becomes www.mysite.com/amf_gateway/?PHPSESSID=7fec64758ecb52cc9b33acd6e85eedb4 CI does not seem to like that. Is there anyway that I can get the controller to accept the ?PHPSESSID= or do I have to go through the Flash classes and try to find the session ID is appended...please tell me that I can fix this from within CI... thank you
[eluser]vevmesteren[/eluser]
FIXED! $config['uri_protocol'] = "PATH_INFO"; in config.php did the trick! yeah! |
Welcome Guest, Not a member yet? Register Sign In |