Skip to content

HTML5 persistent storage requires using fixed web server port #108

Open
@GoogleCodeExporter

Description

@GoogleCodeExporter

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions