简体   繁体   中英

PHP sessions and session destroy

f euhi fuerhifuhriuer hfieurhf iruehferihfriuh feiru hfieu rfh iuh yfiuer hfiure hfiuerhfiuerf erferfoier fhoer fre foeurhferoif phph

delete

= .php session destroy

You're presently assigning = instead of comparing == in

if ($status = "deleted")

being always TRUE

change that to

if ($status == "deleted")

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM