大家好, 最近在做一个php网站 废话不多说 直接代码:
登陆成功添加cookie:
setcookie("user",$Email,time()+24*60*60);
header("location:http://website.com/MyProfile.php");
进入页面验证cookie:
if (isset($_COOKIE["user"]))
//echo $_COOKIE['user'];
{
点击退出,删除cookie:
setcookie("user","",time()-24*60*60);
("location:http://website.com/index.php");
问题是这样的:
第一次登陆可以正常登录,进去以后点击退出(清除cookie)。然后再登陆,MyProfile页面就读不到cookie(确定密码正确)。第二次就可以正常登陆。 我已经测试过,设置和删除都没问题,是不是哪一点我没有注意到? 也许是header函数的问题?
求解答
回复讨论(解决方案)
没人遇到类似的问题么?
更换过其他浏览器试验吗?cookie 用得比较少,没啥实际经验
更换过其他浏览器试验吗?cookie 用得比较少,没啥实际经验
后台也是这样设置的 , 就没有问题 我在网上看的说header跳转 前不能有输出。 但是第一次cookie确实设置了 跳转后第一次没有读到 第二次就可以了 很奇怪的问题
header和setcookie没有冲突。
是在这两个操作前不能有其他输出。
建议对比代码检查。
建议换下其它的浏览器,测试前更新下缓存
是这样子的,
cookie 是要在新一页才生效的。
你设置的是第二次登录以后才会生效
第一次登录以后 楼上写错了
是这样子的,
cookie 是要在新一页才生效的。
那是不是中间加个空跳转 然后再到登陆成功页面就可以了呢
第一次登录以后 楼上写错了
也就是说cookie在登陆以后并没有设置 第二次才有效是吧 那中间加个跳转页面是不是能解决呢。 我试过在下一页好像是可以接收到值得
但是问题是: 第一次登陆没错误 直接成果了。 登陆成功以后我点logout, 登出以后再次登陆 就会显示没有设置cookie。 第二次登陆又好了。 我也不知道为什么
引用 7 楼 ci1699 的回复:
是这样子的,
cookie 是要在新一页才生效的。
那是不是中间加个空跳转 然后再到登陆成功页面就可以了呢
我做了个空跳转,但是还是获取不到cookie 咋回事啊
求指导
换过其他浏览器测试了吗?
换过其他浏览器测试了吗?
都试过了, 求指导啊。 难道大家都没遇到过么
$Email确定每次都有值传入?
我也遇到这个问题

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

The Storage::download method of the Laravel framework provides a concise API for safely handling file downloads while managing abstractions of file storage. Here is an example of using Storage::download() in the example controller:

Laravel simplifies HTTP verb handling in incoming requests, streamlining diverse operation management within your applications. The method() and isMethod() methods efficiently identify and validate request types. This feature is crucial for building


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Atom editor mac version download
The most popular open source editor

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

SublimeText3 Chinese version
Chinese version, very easy to use
