I have found numorus threads on this issue and have implemented everything that it asks for.
When ever my client tries to login to his admin panel it just goes back to the login screen.
I transfered him from his current host and upgraded him from 1.3.6 to 1.3.7.
He has a comodo ssl cert I have installed and I turned it off for the admin to see if that would resolve the issue as per other threads.
He is running on PHP 4.4.4. I have tried changing the admin folder to manage and updated the config file as per one of the threads.
Even tried IE vs Firefox.
I have include the config file below any help would be appreciated as I am totally stumped as to what the issue could be.
Config information is this.
define('HTTP_SERVER', 'http://www.domain.com');
define('HTTPS_SERVER', 'https://www.domain.com');
define('HTTP_CATALOG_SERVER', 'http://www.domain.com');
define('HTTPS_CATALOG_SERVER', 'https://www.domain.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'false');
// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_ADMIN', '/admin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/admin/');
define('DIR_WS_HTTPS_CATALOG', '/');




