If the two sites are on the same server, OR they use the same client variables database (and don't use any session variables), you can push the user over to the other site, sending along their cfid & cftoken and their session should persist. You will probably need to make a few changes to your code to get it to work. This article may help: http://www.stillnetstudios.com/2008/04/17/maintaining-state-between-servers/
-Ryan Jessica Kennedy wrote: > Posted this last week... no response, I am still not any further... any help > would be greatly appreciated! > > OK, I have a member area on my site that is unencrypted. there are a couple > of pages that need to be encrypted as they deal with passing credit card info > to our cc processor. I'm using crystaltech, so our site has a mirrored site > on their shared SSL domain. I thought it would be fairly easy to pass some > session vars to the mirrored site and keep the user logged in, but that is > clearly not working; i am assuming because the cfid & token are the same it > is kicking me out of the system on the mirrored site. does anyone have > suggestions for how i can accomplish this without moving my entire member > area to ssl?? > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317290 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

