簡體   English   中英

我想如果用戶注冊成功,那么用戶將在下次沒有為該用戶注冊時進入

[英]I want if user register successfully then user will come next time the registration will not be show for that user

你能不能讀我的問題讓我知道解決方案。

我想如果用戶注冊成功,那么用戶將在下次沒有為該用戶注冊時進入。

請幫我解決這個問題。

謝謝。

config/session.php文件中,您可以指定希望會話在到期之前保持空閑的分鍾數。

[
    ...

    'lifetime' => 120, // change this to the desired number of minutes
    'expire_on_close' => false,

    ...
]

您還可以做的另一件事是使用全新安裝的laravel實現開箱即用的remember me功能。 更多信息: https//laravel.com/docs/5.8/authentication#remembering-users

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM