IE and other multi-tab browser in a tab login after a new tab open the same URL how to determine that you have logged in to the landing page

Source: Internet
Author: User
IE and other multi-tab browser in a tab login after a new tab open the same URL how to determine that you have logged in to the landing page
Asked this question before, but feel that the answer is not complete, see Hotmail is login to a tab, after opening the new tab and then jump to the login page. How is it implemented?

Share to:


------Solution--------------------
The newly opened tab is equivalent to refreshing the page.
Session and other login information if it has been recorded, refresh the page is not to enter the login page,
------Solution--------------------
Don't know what problem you're having, at least you didn't describe it clearly
You can test it like this.
setcookie.php

 
 Session_Start ();
Setcookie (' name ', ' my ');
getcookie.php
 
 Session_Start ();
Print_r ($_cookie);
Echo session_id ();

First in the first TAB, execute setcookie.php
Then execute the getcookie.php in the second TAB
Let's see what we got.
  • Related Article

    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.