Open
Description
有时候你仅想在下一个请求之前在 Session 中存入数据,你可以使用 flash 方法。使用这个方法保存在 session 中的数据,只会保留到下个 HTTP 请求到来之前,然后就会被删除。
原文:
Sometimes you may wish to store items in the session only for the next request. You may do so using the flash method. Data stored in the session using this method will only be available during the subsequent HTTP request, and then will be deleted.
这里正确的翻译:
有时候你仅想在 Session 中存入数据用于第二次请求,你可以使用 flash 方法。使用这个方法保存在 session 中的数据,仅会保留到下次 HTTP 请求期内有效,然后就会被删除。
查前面几个版本,问题同样存在。
Metadata
Metadata
Assignees
Labels
No labels