gpt4 book ai didi

php - 由于 laravel 中的不活动问题,该页面已过期

转载 作者:搜寻专家 更新时间:2023-10-31 20:58:12 25 4
gpt4 key购买 nike

我在 Laravel 中遇到了 The page has expired due to inactivity 的问题。请刷新并重试。我也检查了 {{ csrf_field() }},它很好,但问题仍然存在。我还检查了 try cache, view, route clear 命令,但还是运气不好。谁能告诉我问题出在哪里。

表单代码:

<form id="loginform" class="form-vertical" method="POST" action="{{ route('login') }}">
{{ csrf_field() }}
<div class="control-group normal_text"> <h3><img src="{{ asset('img/logo.png') }}" alt="Logo" /></h3></div>
<div class="control-group">
<div class="controls">
<div class="main_input_box">
<span class="add-on bg_lg"><i class="icon-user"> </i></span>
<input id="email" type="email" class="form-control" name="email" value="{{ old('email') }}" required autofocus placeholder="Username"/>
@if ($errors->has('email'))
<span class="help-block">
<strong>{{ $errors->first('email') }}</strong>
</span>
@endif
</div>
</div>
</div>
<div class="control-group">
<div class="controls">
<div class="main_input_box">
<span class="add-on bg_ly"><i class="icon-lock"></i></span>
<input id="password" type="password" class="form-control" name="password" required placeholder="Password" />
@if ($errors->has('password'))
<span class="help-block">
<strong>{{ $errors->first('password') }}</strong>
</span>
@endif
</div>
</div>
</div>
<div class="form-actions">
<span class="pull-left"><a href="#" class="flip-link btn btn-info" id="to-recover">Lost password?</a></span>
<span class="pull-right"><button type="submit" class="btn btn-success">Login</button></span>
</div>
</form>

最佳答案

我已经解决了。

我已经尝试了 https://www.5balloons.info/fixed-page-expired-due-inactivity-laravel-5/ 中的所有步骤但问题仍然存在。

主要问题是我的浏览器捕获设置。

有关更多想法,请参见下面的屏幕截图。

enter image description here

关于php - 由于 laravel 中的不活动问题,该页面已过期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51127126/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com