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

編集中にセッションが切れた時、うまく保存できない場合がある #64

Open
kujirahand opened this issue Feb 13, 2023 · 1 comment

Comments

@kujirahand
Copy link
Owner

kujirahand commented Feb 13, 2023

編集中にセッションが切れた後で、ページを保存しようとすると、うまく保存できない場合がある。
編集をはじめたときに、セッションが切れた場合、編集内容を覚えておいて、再ログイン後に保存できるようにする。

(案1) セッションが切れても保存できる仕組みを作る

  • セッションが切れても、セッション中に得た保存キーが正しければ、保存できるように配慮する

(案2) 保存内容を一時退避しておく

  • ログイン画面を出して、再ログインしたあと、改めて保存処理が行われるようにする

(案3) 定期的にサーバーに自動的にアクセスする

  • ログイン後、定期的にサーバーと交信する
@kujirahand
Copy link
Owner Author

kujirahand commented Mar 2, 2023

  • ログイン後、初回トークンを交換したら、その後ページを開いているうちはログインしていることにする。
  • 定期的にトークンを更新して交換する仕組みを作る。

kujirahand added a commit that referenced this issue Mar 2, 2023
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

1 participant