Skip to content
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

HTML5 persistent storage requires using fixed web server port #108

Open
GoogleCodeExporter opened this issue Aug 28, 2015 · 2 comments
Open

Comments

@GoogleCodeExporter
Copy link

GoogleCodeExporter commented Aug 28, 2015

Currently the solution is to set a fixed web server port in settings.json:

"web_server": {
    "listen_on": ["127.0.0.1", 54007],

See the Settings wiki page: https://github.com/cztomczak/phpdesktop/wiki/Settings#listen_on

Related topic on the CEF Forum: http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=11714

We might consider diving into Chromium/CEF sources to alter this behavior, to allow for using random port and still be able to use persistent storage (local storage, indexed db, web sql).

Original issue reported on code.google.com by [email protected] on 3 May 2014 at 8:32

@itsmeAhmer
Copy link

Thanks alot brother.

@samiullahkhial
Copy link

hello sir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants