Download the installer from following URL
https://developer.android.com/studio/install.html
Download the installer from following URL
https://developer.android.com/studio/install.html
Example:
Demo:
Problem:
On IE I see the following behavior:
– Uploadify upload the photo correctly.
– but when I click on any link or button the server redirects me to the loin page.
The investigation has shown me that after the call to Uploadify it seems that IE destroys the cookies with the session in it, therefore the user is logged out.
Solution:
If you are having logout issues during upload, then make your controller (Which you are using for uploading) a PUBLIC CONTROLLER.
For Session related issue, Please do the following:
CODE IGNITOR:
————–
Open app/config/config.php
In your config.php you can set your
$config[‘sess_match_useragent’]= FALSE;
When doing this CI 2.0 atleast, won’t create a new session for the flash object, and thus not kill your current session in IE.
Site: Boxing Star
URL: http://www.boxingstar.co.uk
Technology Used: Opencart.
Site: Social Media Posting
Technology Used:Code Ignitor, PHP, JQUERY, AJAX, Validations, Facebook API, Twitter API, LinkedIn API
Site: MAWA for Girls
URL:http://mawaforgirls.com/
Technology Used: PHP, JQUERY, AJAX, Social Media, WordPress.
Site: Forte Flex
URL: www.forteflex.com
Technology Used: PHP, JQUERY, AJAX, Social Media.
Example:
Demo:
Site: Any Hour Computer Support
URL: http://www.anyhourcs.com
Technology Used: PHP, JQUERY, AJAX, Social Media, twitter API.