The cfapplication name in the application.cfm must be the same (presuming
the secure ssl area is on the same server). Just carry it over with the
urltoken var to be sure. I use urltoken on every post / url just in case
users don't have cookies on.

i.e.

<cfapplication name='yourname'
               clientmanagement=1
               sessionmanagement=1
               sessiontimeout='#createTimeSpan(0,0,30,0)#'
               applicationtimeout='#createTimeSpan(1,0,0,0)#'>

Warmest Regards,
 
Phillip B. Holmes
http://phillipholmes.com

 

-----Original Message-----
From: cf coder [mailto:[EMAIL PROTECTED] 
Sent: Sunday, June 04, 2006 12:30 PM
To: CF-Talk
Subject: Re: Session Variables lost when moving from http to https - Please
help!

I added a cfdump tag to dump the server and application strucutre and saw
the server dump but got an error for outputting the application dump:

<cfdump var="#server#">
<cfdump var="#application#">
<cfabort>

I'll have to contact the hosting provider to see what's going on. It is not
making sense. I've probably got to undestand how the website is set up and
get some answers from the hosting provider. Thank you all for your help

- cfcoder



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242321
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