Jump to content

SarahB12

Members
  • Posts

    34
  • Joined

  • Last visited

Profile Information

  • Gender
    Female

SarahB12's Achievements

Member

Member (2/5)

0

Reputation

1

Community Answers

  1. Resolved the issue. Had to do with the wp_signon function: https://codex.wordpress.org/Function_Reference/wp_signon Had to change: //wp_signon( $login_data, false ); wp_signon( $login_data, true );
  2. I ran across this post: https://wordpress.org/support/topic/error-from-async-uploadphp-redirect-302-with-ssl-enabled/ This seems to be the exact same issue, but there isn't a solution posted.
  3. Yes, cookies are set until I begin to upload media and the async-upload.php file is called. As soon as the async-upload.php is called the cookies expire and I'm sent to the admin login screen.
  4. Hi requinix - Yes and yes.
  5. Hey guys! I'm having an issue with (I believe) WordPress sessions. I have a front-end user upload option that uses the WordPress media upload, which works flawlessly without https. When I switch the site over to https and try to upload media, the async-upload.php file is called (when uploading) and I am immediately logged out of the site, before the upload completes. Here is what I have in my wp-config file: define('WP_HOME','https://www.domain.com'); define('WP_SITEURL','https://www.domain.com'); define('FORCE_SSL_LOGIN', true); define('FORCE_SSL_ADMIN', true); Again, if I use http the upload works flawlessly, but as soon as I switch to https I'm logged out as soon as I initiate the upload. Any help would be appreciated! Thanks! ~Sarah
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.