Title: [Plugin: Admin SSL] Redirect bug
Last modified: August 19, 2016

---

# [Plugin: Admin SSL] Redirect bug

 *  [redgecko](https://wordpress.org/support/users/redgecko/)
 * (@redgecko)
 * [17 years ago](https://wordpress.org/support/topic/plugin-admin-ssl-redirect-bug/)
 * I’m using Admin SSL 1.4.1 with WordPress 2.7.1.
    With non-standard authentication
   plugin and my private SSL environment, the redirection and the account information
   become strange. The PHP log says:
 * >  PHP Notice: Use of undefined constant COOKIE_PATH – assumed ‘COOKIE_PATH’ 
   > in /path/to/wordpress/wp-content/plugins/admin-ssl-secure-admin/includes/cookies.
   > php on line 31
 * I try to fix this bug with the following patch:
 *     ```
       --- cookies.php.orig	2009-02-17 20:37:14.000000000 +0900
       +++ cookies.php	2009-05-03 17:23:40.000000000 +0900
       @@ -28,7 +28,7 @@
        			$url = parse_url($shared_url);
        			return(rtrim($url["path"],"/")."/");
        		}
       -		else return(COOKIE_PATH);
       +		else return(ADMIN_COOKIE_PATH);
        	}
   
        //
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [jlheidecker](https://wordpress.org/support/users/jlheidecker/)
 * (@jlheidecker)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-admin-ssl-redirect-bug/#post-1067323)
 * Did you get it to work? i’m on 2.8.4 and am getting the same errors.
 *  [Ilir](https://wordpress.org/support/users/ipruthi/)
 * (@ipruthi)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-admin-ssl-redirect-bug/#post-1067326)
 * Yeah, forget this plugin. This is the 2nd time I tried to use it (once a couple
   months back) but no improvement. It should be deleted.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Admin SSL] Redirect bug’ is closed to new replies.

 * In: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
 * 2 replies
 * 3 participants
 * Last reply from: [Ilir](https://wordpress.org/support/users/ipruthi/)
 * Last activity: [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-admin-ssl-redirect-bug/#post-1067326)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
