Results 1 to 10 of 46

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

    Default payer auth verifier causes session timeout error

    [02-Sep-2020 13:45:50 Europe/London] Request URI: /index.php?main_page=payer_auth_verifier, IP address:
    #1 session_id() called at [/home/site/public_html/includes/modules/pages/payer_auth_verifier/header_php.php:55]
    #2 require(/home/site/public_html/includes/modules/pages/payer_auth_verifier/header_php.php) called at [/home/site/public_html/index.php:36]
    --> PHP Warning: session_id(): Cannot change session id when session is active in /home/site/public_html/includes/modules/pages/payer_auth_verifier/header_php.php on line 55.

    1.5.6c PHP Version: 7.3.21

    I've verified the bug myself and also verified that the bug doesn't happen 100% of the time.

    When clicking the final stage to confirm, the verifier page fails with a session timeout error.

    When attempting payment via paypaldp I get the error.

  2. #2
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

    Default Re: payer auth verifier causes session timeout error

    Code:
    // Get the MD back and set it as the session id
    
      if (isset($_REQUEST["MD"]) && $_REQUEST["MD"] != null && strlen($_REQUEST["MD"]) != 0) {
    
        session_id($_REQUEST["MD"]);
    
      }

  3. #3
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

    Default Re: payer auth verifier causes session timeout error

    when watching in "whos online" you can see that the customer session dies and they become a guest on that page.

  4. #4
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

    Default Re: payer auth verifier causes session timeout error

    Can I also mention that the firing of this warning does not result in a failure.

    I can see that the warning is being given for successful sales, but i can also confirm that there is an issue somewhere.

    After clicking the final confirm button, the stage where the card check takes place, during this check, a session timeout error is shown, not sure of cause.

  5. #5
    Join Date
    Aug 2020
    Location
    Finland
    Posts
    12
    Plugin Contributions
    0

    Default Re: payer auth verifier causes session timeout error

    I have the similar issue. Time out after payment, customer session becomes a guest session.
    https://www.zen-cart.com/showthread....eckout_success

  6. #6
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

    Default Re: payer auth verifier causes session timeout error

    Your problem is different, this problem causes the transaction to fail before completion.

 

 

Similar Threads

  1. Can't Checkout - "Whoops! Session Timeout" error
    By hauerjw in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 16 Dec 2011, 12:29 AM
  2. Session Timeout
    By Maximis86 in forum General Questions
    Replies: 1
    Last Post: 24 Feb 2011, 06:33 AM
  3. Replies: 0
    Last Post: 9 Apr 2010, 12:45 AM
  4. v1.38 New Install PHP session.use_trans_sid=ON fix causes error
    By bettysue in forum Installing on a Linux/Unix Server
    Replies: 8
    Last Post: 17 Dec 2007, 04:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg