Ok the problem is clear, netscape might behave different by the sounds of
it. But when you set a cookie its sent to that page and that page only, if
the browser can set a cookie it will. However if the page is changed and the
cookie is not reset in the code for that page it will not become available
to this new page.
Session variables rely on session mangement, which in turn sets a cookie. If
the cookie is NOT sdwitched on and the CFID and CFTOKEN are not passed in
the page or url then CF assigns a new CFID & CFToken.
Application variables are persistant across connections and across sessions,
this means that you can create an application variable to see if the
application variables have been set. Otherwise don't get me wrong, but if
you do session.application.var then it ineffect says that this application
variable will only be available to this session.
regards
Andrew Scott
Senior Cold Fusion Application Developer
-----Original Message-----
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: 24 October 2000 20:56
To: CF-Talk
Subject: RE: CFApplication and IE5.5 - not work properly!
> I have been using 5.5 since it was a beta, I have never come across any
> sites that I use application variables where it doesn't work with
> IE5.5....
I've found that it has problems with temporary cookies - it doesn't always
carry them forwards
> However when looking at your code, the first thing I see is this.
> Application variables are held in the servers memory, so session
> management might need to be switched on.
I'm deliberately holding them on the server as many users will be on the
system simultaneously, so I don't want it re-loading the variables all the
time.
> Also another thing to check is that cookies are switched on, I
> think the combination of these two things is causing the problem.
They're definitely on - but (as I've said above) temporary ones seem to
dissapear between pages - which seems to defeat the point of them
After some playing, I got into the first page, but when going to another
page, the temporary cookie had vanished, thus all references within my
system vanished...
Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133
"Websites for the real world"
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************
----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]