Consult xuzuning-php Tutorial

Source: Internet
Author: User
Ask the boss about xuzuning and ask you questions.

Introduction:
I log in with Ajax. after logging in successfully, I record the session with userid and jump to the inner page.

Problem:
When you jump to the internal page, the system always prompts that the Session times out or is invalid.


My research:
Ajax access and browser access are subordinate to different processes, so the Session generated by php is also different, which may cause this situation. I don't know how to solve it. Thank you.


Reply to discussion (solution)

Through my experiments, I confirmed that Ajax access and browser access generate a Session file, which is inconsistent with online rumors.

Generally, no "jump" is available when ajax is used.
This is because ajax's advantages are lost once a jump is made.

The cookie used by ajax is the same as that used by the browser, and the session id does not exist.

You should check the relevant components of the program to solve the problem.

Thank you. I will try it.

I also encountered this situation yesterday. later I found that the parent class cleared all sessions when checking permissions.

Maybe it is effective without a global range when the landlord assigns a value? Only the current page is valid.

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.