I am baffled on this and probably something tremendously simple that I am
overlooking.

First the layout:
Windows Vista (IIS 7)
ColdFusion 9 (Developers Edition)
Database: MySQL
Internet Explorer 8.0

File Structure:
webroot \ (application.cfm and other files)
webroot \ admin
 webroot \ admin \ index.cfm
 webroot \ admin \ profile.cfm

ok, I can pull up the website, type in the login information and will be
logged into the site successful and can see the administration home page
located at: webroot\admin\index.cfm

The Application.cfm file is located at the webroot level (there are no other
application files (cfm or cfc) in this structure
here is my CFAPP tag:

CFAPPLICATION NAME="myTestSite" SETCLIENTCOOKIES="YES" SESSIONMANAGEMENT=
"Yes" SESSIONTIMEOUT="#CreateTimeSpan(0, 0, 20, 0)#"


Now, while I am on the admin home page, if I go to profile.cfm (which is
located in the SAME folder, it loses the session).
I can dump the session scope on the admin home page, and the cfid and
cftokens are there, all my session variables are there.
But as soon as I go to another page, it seems as the session is destroyed
and all variables are lost. as now the cfid and tokens are different.
hmm, just checked and it does not seem to be setting the client cookie
either (Internet Explorer 8.0)


Anyone else have this issue? I have many sites and all are acting the
same...


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327854
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to