Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the blank page after HTML login

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the relevant knowledge of "how to solve the page blank after HTML login", the editor shows you the operation process through the actual case, the operation method is simple, fast and practical. I hope this article "how to solve the page blank after HTML login" can help you solve the problem.

There are six of them, all of which are changed to the following:

If (! isset ($_ SESSION [$this- > keepUserIDTag]))

/ / @ session_register ($this- > keepUserIDTag)

$_ SESSION [$this- > keepUserIDTag] = $this- > userID

If (! isset ($_ SESSION [$this- > keepUserTypeTag]))

/ / @ session_register ($this- > keepUserTypeTag)

$_ SESSION [$this- > keepUserTypeTag] = $this- > userType

If (! isset ($_ SESSION [$this- > keepUserChannelTag]))

/ / @ session_register ($this- > keepUserChannelTag)

$_ SESSION [$this- > keepUserChannelTag] = $this- > userChannel

If (! isset ($_ SESSION [$this- > keepUserNameTag]))

/ / @ session_register ($this- > keepUserNameTag)

$_ SESSION [$this- > keepUserNameTag] = $this- > userName

If (! isset ($_ SESSION [$this- > keepUserPurviewTag]))

/ / @ session_register ($this- > keepUserPurviewTag)

$_ SESSION [$this- > keepUserPurviewTag] = $this- > userPurview

If (! isset ($_ SESSION [$this- > keepAdminStyleTag]))

/ / @ session_register ($this- > keepAdminStyleTag)

$_ SESSION [$this- > keepAdminStyleTag] = $adminstyle

This is the end of the content about "how to solve the blank pages after HTML login". Thank you for your reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report