Skip to content

Commit

Permalink
Upgrade to 1.0.2. Assign custom userIds to state-handlers if you don'…
Browse files Browse the repository at this point in the history
…t want to save user-scoped state with Alexa session userId
  • Loading branch information
KayLerch committed Jul 7, 2017
1 parent 6745692 commit bd99596
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ gets you to

Let's congrat Bob for beating the highscore ;)

## Custom user-ids for true long-term persistence

You may have noticed that by default Alexa's userId is used to as key when storing user-scoped
model-state. This userId that comes in with every request to your skill, will change when
a user re-enables your skill. That's not ideal as he would lose his state when enabling your skill
Expand Down

0 comments on commit bd99596

Please sign in to comment.