osCmax v2.5 User Manual
Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Problems with cookie usage.php

This is a discussion on Problems with cookie usage.php within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; Try disabling cache in admin....

      
  1. #11
    Member
    Join Date
    Dec 2002
    Posts
    87
    Rep Power
    0


    Default

    Try disabling cache in admin.

  2. #12
    Lurker Tuluum's Avatar
    Join Date
    Feb 2004
    Posts
    4
    Rep Power
    0


    Default

    Cache was already disabled...

  3. #13
    Lurker Tuluum's Avatar
    Join Date
    Feb 2004
    Posts
    4
    Rep Power
    0


    Default

    very strange, I just re-uploaded the login.php file and everything works fine now!

  4. #14
    Anonymous
    Guest


    Default Force cookie usage

    I was having the exact same problem.

    And this seems to work.
    In configure.php in the catalog change the HTTP_COOKIE_DOMAIN to be the same as HTTPS_COOKIE_DOMAIN
    and it work.

    define('HTTP_COOKIE_DOMAIN', 'dv.sslpowered.com');
    define('HTTPS_COOKIE_DOMAIN', 'dv.sslpowered.com');

  5. #15
    New Member
    Join Date
    Apr 2003
    Posts
    12
    Rep Power
    0


    Default RE: Force cookie usage

    Hey,

    I just thought i'd share my fix for allowing it to work with Shared SSL

    All you need to do is edit the configure.php file....:
    Code:
    Use:
    
    define('HTTPS_COOKIE_DOMAIN', 'shared.sslwebhost.com');
    define('HTTPS_COOKIE_PATH', '/~username/store/');
    
    Instead of the following:
    
    define('HTTPS_COOKIE_DOMAIN', 'shared.sslwebhost.com/~username');
    define('HTTPS_COOKIE_PATH', '/store/');
    That seems to work fine for me

Page 2 of 2 FirstFirst 12

LinkBacks (?)


Similar Threads

  1. CPU Usage
    By 2wheels1love in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 05-02-2005, 10:36 PM
  2. OT - Tracking IP's and Usage?
    By koltz in forum osCmax v1.7 Discussion
    Replies: 8
    Last Post: 09-22-2004, 09:29 AM
  3. Cookie Usage - Google not indexing?
    By Nugar in forum osCmax v1.7 Discussion
    Replies: 5
    Last Post: 08-23-2004, 09:00 PM
  4. Cookie Usage Error???
    By RichRodgers.net in forum osCMax v1.7 Installation
    Replies: 1
    Last Post: 04-02-2004, 07:27 AM
  5. SSL Errors, Session Cookie, Session Cache, NOVICE Problems?
    By hanool in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 09-07-2003, 11:49 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
  •