Recommend this page to a friend! |
Classes of Joseluis Laso | jlaso My Session | README.MD | Download |
|
Download This is a complement of session files. When you start an activity through ajax request and you want to get info of this activity via ajax, the subsequents requests are blocked waiting for the termination of the first request. You need to stop using php's session file to serve more ajax request. Sample of use: Status.php<?php
?> ActivityThis file is that starts the activity and controls the percentage of activity, sample: <?php function process_demo(){
} ?> In index.php bootstrap in SlimFramework project add: // MySession require './app/others/MySession/MySession.php'; |