diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-02-23 09:49:24 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-02-23 09:49:24 +0100 |
commit | b7fc92a77ba73e983eed280d769c8f7a86b0db3a (patch) | |
tree | 81123ad8dd357cf520f74c621975b6fc048a8277 | |
parent | 8cfb339d1a05bfa6d59f91bb07f6e44a8c20d707 (diff) |
applies new cookie name to readme
Change-Id: I018418dfd94f6a403d410781c588578aed2af166
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | afm-client/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afm-client/README.md b/afm-client/README.md index cd56f9d..0ed9d45 100644 --- a/afm-client/README.md +++ b/afm-client/README.md @@ -52,7 +52,7 @@ Install HTML5 development toolchain on your host - do not forget '/opa' that should match with your config.URLBASE - if you change --token=xxxx do not forget to update ./Frontend/pages/HomeModules.js - Force HTML/OPA reload with F5 after each HTML5/OPA update or new pages may not be loaded. - - When reloading HTML/OPA with F5 do not forget that your initial token wont be accepted anymore. You should either restart to clean existing session or cleanup AJB_session cookie. + - When reloading HTML/OPA with F5 do not forget that your initial token wont be accepted anymore. You should either restart to clean existing session or cleanup afb-session cookie. ### Move to Target cd $MYWORKSPACE/afm-client |