SSL on Heroku / User Authentication Across Multiple Domains
- by Euwyn
Posted a previous question on this, but have a followup.  I was trying to create a workaround to use SSL on the expensive custom domain.  I'm willing to live with bumping a user to https://app.heroku.com from http://www.app.com for certain secure pages, and have monkey-patched SSL required to make this happen.  However, now this issue is with making sure my User is logged in when I do so.  As I understand, cookies aren't cross domain.  Is there a way around this issue?