-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout error while getting session info #20
Comments
Hi indusamobility, This is the PHP execution time out error. Default time limit for a script execution is 30 seconds. You can increase the limit to avoid these errors in the future adding the below line will temporary solution (only this script execution) If you want to increase the limit to all the script executions then follow either of this or via .htaccess file |
now i end it up with this error now :( `SENT C:\wamp\www\prebind\lib\FirePHP\FirePHP.class.php:584 VM68:4`
`SENT C:\wamp\www\prebind\lib\FirePHP\FirePHP.class.php:584 VM72:4`
`SENT dXNlcm5hbWU9Im5paGFyIixyZWFsbT0id29ya2xpZ2h0ODEiLG5vbmNlPSJDZ0xwWjRvU1ZTWlo2UGNOSXVyRFpsUGxsdlhNTnREVFQ1VUpVamErIixjbm9uY2U9Im1nRi83VWVrWUhUSmxQdkYwWmxlTk8zbzE4a290d2N2UlVFQ29CaTFYenM9IixuYz0wMDAwMDAwMSxxb3A9YXV0aCxkaWdlc3QtdXJpPSJ4bXBwL3dvcmtsaWdodDgxIixyZXNwb25zZT0wMTc1MGExYWY3ODMwYzQxNWZjNDBkZjM4N2U5OWQ0MCxtYXhidWY9NjU1MzY= C:\wamp\www\prebind\lib\FirePHP\FirePHP.class.php:584 VM75:4`
`SENT C:\wamp\www\prebind\lib\FirePHP\FirePHP.class.php:584 VM77:4`
|
i have xmpp prebind configured as follows
connect($username, $password); $xmppPrebind->auth(); $sessionInfo = $xmppPrebind->getSessionInfo(); echo json_encode($sessionInfo); ?>but i am getting timeout error in a browser and not able to access the session info.
i am using Openfire 3.10.2
i am able to login successfully that i can see from FirePHP , but not able to get session info
' cnNwYXV0aD01MWNkOTdjNjMxNjU2YzY0NTk0YTZiY2ExNjhiY2U0Yg== '
The text was updated successfully, but these errors were encountered: