Results 1 to 10 of 12

Threaded View

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

    Default Whoops your session has timed out problem for me (Amazon Payments problem)

    First I have gone through and read all the other threads about this problem and tried multiple fixes suggested. My SSL certificate matches, my domain name and I HAVE tried ordering with SSL disabled too with no difference.

    I am using the most recent zencart ( 1.3.9g) and the most recent Checkout by Amazon module

    I THINK the issue comes down to writting the session/cache info for the store. I have tried testing using database (db) for the cache And file cache and an interesting thing here is NO record ever gets created in the database when I order something.

    I have this in my amazon checkout configuration

    https://mydomain.com/store/index.php...eckout_success

    as well as the same set in the Seller central section of the amazon payments website.

    this is my configure.php code in the includes folder and likewise in the admin/includes folder:

    Code:
      define('HTTP_SERVER', 'http://mydomain.com');
      define('HTTPS_SERVER', 'https://mydomain.com');
      define('ENABLE_SSL', 'true');
    
      define('USE_PCONNECT', 'false'); // use persistent connections?
      define('STORE_SESSIONS', 'db'); // use 'db' for best support, or '' for file-based storage
    
      define('SQL_CACHE_METHOD', 'database'); 
      define('DIR_FS_SQL_CACHE', '/home/MYUSERNAME/public_html/demo/cache');
    and yes i have the sessions folder set in my ZC admin to

    /home/MYUSERNAME/public_html/demo/cache

    I tried testing without DB cache (set it to use file) and a session file DOES get created, but the same effect, session timeout when i return from amazon checkout.

    please any other ideas?? i would love some help here.

    thanks

    John
    Last edited by ethical; 25 Oct 2010 at 04:56 PM.

 

 

Similar Threads

  1. v137 Whoops! Your session has expired. Session Question.
    By weblamer in forum Upgrading to 1.5.x
    Replies: 5
    Last Post: 7 Jun 2015, 07:20 PM
  2. After adding SSL, getting your session has timed out error
    By roekoe in forum General Questions
    Replies: 7
    Last Post: 11 Feb 2013, 10:57 PM
  3. Whoops! Your session has expired
    By stagebrace in forum General Questions
    Replies: 2
    Last Post: 30 Sep 2009, 03:14 AM
  4. suddenly 'whoops your session has expired' with Secure Trading payments
    By PhillipHarrison in forum Addon Payment Modules
    Replies: 3
    Last Post: 18 Mar 2009, 01:30 PM
  5. Session has timed out
    By Moncia in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 7 Jun 2007, 08:57 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR