I do secure logins on non-secure sites using a single SSl cert, by
passing the URLTOKEN in the URL, and all works well. As long as the
session ids are available in the URL, it should work whether it's http
or https.

On 6/4/06, Coldfusion <[EMAIL PROTECTED]> wrote:
> Correct me if I am wrong but I thought the session variables are applied to
> the application
> Which is mapped to the url of http://www.mysite.com
>
> Since https is a different protocol, I did not think you could in theory
> share those variables.
>
> What I did was shared the DSN and such. Passed a URL variable to the secured
> site such as the
> Basket ID and then pulled the data on the secured site and handled it
> accordingly.
>
> Everything was pulled from the DB and not in a session scope.
>
>
> -----Original Message-----
> From: James Holmes [mailto:[EMAIL PROTECTED]
> Sent: Sunday, June 04, 2006 9:40 AM
> To: CF-Talk
> Subject: Re: Session Variables lost when moving from http to https - Please
> help!
>
> If the session isn't available on that form post URL, using the same
> application name, something strange is going on. It's definitely the same
> physical server?
>
> On 6/4/06, cf coder <[EMAIL PROTECTED]> wrote:
> > On viewbasket.cfm (wwwroot\order\viewbasket.cfm) I added the following
> code:
> >
> > <td><form
> > action="https://securesite/proceedToSecuresite.cfm?#session.URLToken#";
> > method="post"><input type="Image" src="proceed.gif"
> > border="0"></form></td>
> >
> > I didn't include it in every single page. I thought I'll first test if
> this works.
>
> --
> CFAJAX docs and other useful articles:
> http://jr-holmes.coldfusionjournal.com/
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242314
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to