I have basically rewritten my templates and I am still in the same hole I was weeks ago 8o)
Please help me out here !!!!!!!!!!
My session variables just vanish when using NS, but have no problem when using IE ????
My application.cfm looks like this
----------------------------------------------
<CFAPPLICATION NAME="DecoDemo" CLIENTMANAGEMENT="Yes"
SESSIONMANAGEMENT="Yes" SETCLIENTCOOKIES="No"
SESSIONTIMEOUT="#CREATETIMESPAN(0,1,0,0)#"
APPLICATIONTIMEOUT="#CREATETIMESPAN(2,0,0,0)#">
<cfset application.dsn="deco">
<cfset applicaiton.username="josel">
<cfset applicaiton.password="mypassword">
<cfset application.title="Deco Demo, Inc.">
<cfset application.company="Jose D. Lerebours 2001-2002">
<!--- Set directories used within CFML templates --->
<cfset application.root="/wallpaper/">
<cfset application.images="images/">
<cfset application.admin="sysAdmin/">
<cfset application.prodAdmin="prodAdmin/">
<cfset application.temp="temp/">
<cfset application.includes="includes/">
<cfset application.monthly="mthEvent/">
<cfset application.products="products/">
<cfset application.profile="profile/">
<cfset application.url="
---------------------------------------------------------
I have a simple login template that once user is validated, routes him/her to index.cfm. Index.cfm calls several templates, using cfinclude ..., within which navigations options are set based on session variables.
All options show as expected at this point GREAT!
Now, click on any of these options, and they are gone :-(
All templates call same included templates to maintain a uniform format. So, the navigation options should ALWAYS appear on screen so long as my session is alive.
Now, here is the kicker, the same set of CFML pages work just fine in IE5.0.3 but not in NS <ANY VERSION>. I have removed and installed NS several times. I have even added a different WIN machine, installed NS on that machine and I still have the problem.
I am using W2K Server, CF Server 5.0 and NS 6.2 ...
Thank you all in advance;
josel If you have the knowledge, consult and educate those who need it! - Jose Lerebours
Please help me out here !!!!!!!!!!
My session variables just vanish when using NS, but have no problem when using IE ????
My application.cfm looks like this
----------------------------------------------
<CFAPPLICATION NAME="DecoDemo" CLIENTMANAGEMENT="Yes"
SESSIONMANAGEMENT="Yes" SETCLIENTCOOKIES="No"
SESSIONTIMEOUT="#CREATETIMESPAN(0,1,0,0)#"
APPLICATIONTIMEOUT="#CREATETIMESPAN(2,0,0,0)#">
<cfset application.dsn="deco">
<cfset applicaiton.username="josel">
<cfset applicaiton.password="mypassword">
<cfset application.title="Deco Demo, Inc.">
<cfset application.company="Jose D. Lerebours 2001-2002">
<!--- Set directories used within CFML templates --->
<cfset application.root="/wallpaper/">
<cfset application.images="images/">
<cfset application.admin="sysAdmin/">
<cfset application.prodAdmin="prodAdmin/">
<cfset application.temp="temp/">
<cfset application.includes="includes/">
<cfset application.monthly="mthEvent/">
<cfset application.products="products/">
<cfset application.profile="profile/">
<cfset application.url="
---------------------------------------------------------
I have a simple login template that once user is validated, routes him/her to index.cfm. Index.cfm calls several templates, using cfinclude ..., within which navigations options are set based on session variables.
All options show as expected at this point GREAT!

Now, click on any of these options, and they are gone :-(
All templates call same included templates to maintain a uniform format. So, the navigation options should ALWAYS appear on screen so long as my session is alive.
Now, here is the kicker, the same set of CFML pages work just fine in IE5.0.3 but not in NS <ANY VERSION>. I have removed and installed NS several times. I have even added a different WIN machine, installed NS on that machine and I still have the problem.
I am using W2K Server, CF Server 5.0 and NS 6.2 ...
Thank you all in advance;
josel If you have the knowledge, consult and educate those who need it! - Jose Lerebours