Geoff-

Gary and I are working on this project together, so I will address your
request. The contents of

_serverSpecificVars.cfm is:

#### File: _serverSpecificVars.cfm ####
<cfsetting enablecfoutputonly="Yes">

<cfscript>
application.dsn = "FarCry_Test";
application.dbtype = "odbc";
application.dbowner = "dbo."; // don't forget the "."

application.path.project =
replaceNoCase(replace(getCurrentTemplatePath(),"\","/","all"),"/config/_serv
erSpecificVars.cfm","");
application.path.core =
listDeleteAt(application.path.project,listlen(application.path.project,"/"),
"/") & "/farcry_core";
        
// application web urls
application.url.webroot = "";
application.url.farcry = application.url.webroot & "/farcry"; //admin
        
application.packagepath = "farcry.farcry_core.packages";
application.custompackagepath =
"farcry.#application.applicationname#.packages";
application.securitypackagepath = application.packagepath & ".security";
</cfscript>

<cfsetting enablecfoutputonly="no">
### EOF ### 

Any help much appreciated.

Thanks!
/Cody Caughlan




-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Geoff
Bowers
Sent: Thursday, October 28, 2004 2:41 AM
To: FarCry Developers
Subject: [farcry-dev] Re: Internet Explorer Problems Trying to Access Admin

Gary Herman wrote:
> We just installed FarCry a few days back and find that when logging in 
> to the FarCry admin section using IE we just get bounced back to the 
> login screen.  We have examined the code and traced the modules without
success.
>  Is this a common issues, and any ideas on how to solve it?  We 
> installed Farcry as it's own domain, farcry_test.domainname.com.  We 
> added a virtual directory in IIS for /farcry to the admin folder.  The 
> public side of the site seems to work just fine, but we cannot login.  
> We also tested this is firefox and had the same issues.  However, when we
changed addtoken="No"
> to "Yes" on the Navajo/login.cfm page we were able to login with 
> firefox, but still not able to with IE.  Typically, we never use
addtoken="Yes"
> since it allows for session swapping and other interesting errors, but 
> as a test we changed it...???

Gary this is not a common problem as far as I'm aware.  Can you send through
the contents of your ../config/_serverspecificvars.cfm file?

-- geoff
http://www.daemon.com.au/

---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To
unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/



---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to