Session problems when I use ThinkPHP

Source: Internet
Author: User
Session problems when I use ThinkPHP. Why is the value set using the session function or _ SESSION only available in the current method and the value changed to another method empty? For example, class & nbsp; UserAction & nbsp; extends & nbsp; Action {function & nbsp; login () {session problem when I use ThinkPHP.

Why is the value set using the session function or _ SESSION only available in the current method and the value changed to another method empty? For example
Class UserAction extends Action
{
Function login ()
{
Session ('name', 'admin ');
Echo session ('name'); // The admin is displayed here
}
Function rendersession ()
{
Echo session ('name'); // it is empty when you access this method.
}

The same is true when you use the TP verification code function. the access session ('verify ') value is empty.
------ Best solution --------------------
Local scope. if it is GLOBAL, use GLOBAL.
------ Other solutions --------------------
Reference:
Local scope. if it is GLOBAL, use GLOBAL.


Let's take a look.
------ Other solutions --------------------
Just try it out. please answer ..................
------ Other solutions --------------------
I don't quite understand what LS means. For PHP beginners, what can I do?
------ Other solutions --------------------
Is a PHP setup problem. Set session. save_path in php. ini.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.