CfApplication

2002-06-11 Thread Brian Eckerman
Hello, quick question. What is bad about your whole site, using the same CFAPPLICATION name? Right now I'm going to possibly have a CFAPP. name for each department. I validate users in the root CFAPP. and have to copy validation variables to the CFAPP. the user whiches to

cfapplication

2000-04-30 Thread Arend Roos
Hi all, I'm writing a fusebox-app and I've put the -tag (sessionmanagement="yes") in the app_globals.cfm in the root. But now the app cannot handle session-variables and returns an error. When I copy the -tag to an application.cfm-template it does work. Initially I thought that the app_globals.cf

Cfapplication

2001-12-28 Thread Kris Pilles
Is it possible to set your session variables to expire when the browser is closed? I cant seem to get my session variables to expire??? Any ideas? Kris Pilles Website Manager Western Suffolk BOCES 507 Deer Park Rd., Building C Phone: 631-549-4900 x 267 E-mail: [EMAIL PROTECTED] __

CFApplication

2002-03-05 Thread Graham Pearson
From what I have understood, CFAPPLICATION by default will not expire client variables on browser close. I have clientmanagement turned on session management turned off, client storage to an odbc datasource and set client cookies turned off. What I am trying to do is pass CFID and CFTOKEN on

Re: CfApplication

2002-06-11 Thread Randell B Adkins
Why do you need a different name for each department? >>> [EMAIL PROTECTED] 06/11/02 02:39PM >>> Hello, quick question. What is bad about your whole site, using the same CFAPPLICATION name? Right now I'm going to possibly have a CFAPP. name for each departm

RE: CfApplication

2002-06-11 Thread Brian Eckerman
Just because each department is really a different application, so I though i should have a different CFAPP name. Is this wrong? -Original Message- From: Randell B Adkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 2:44 PM To: CF-Talk Subject: Re: CfApplication Why do you

RE: CfApplication

2002-06-11 Thread Randell B Adkins
--Original Message- From: Randell B Adkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 2:44 PM To: CF-Talk Subject: Re: CfApplication Why do you need a different name for each department? >>> [EMAIL PROTECTED] 06/11/02 02:39PM >>> Hello, quick question. What

RE: CfApplication

2002-06-11 Thread Brian Eckerman
PM To: CF-Talk Subject: RE: CfApplication Then allow them to log into the department application instead of the ROOT CFAPP. Is that possible? >>> [EMAIL PROTECTED] 06/11/02 02:48PM >>> Just because each department is really a different application, so I though i should have

RE: CfApplication

2002-06-11 Thread Randell B Adkins
individual has access to. Within the CFAPPLICATION tag, you can check to see if they have the proper ROLE NAME for the given department/directory they are attempting to enter. if you need something schetched out let me know. >>> [EMAIL PROTECTED] 06/11/02 02:55PM >>> My Sup w

RE: CfApplication

2002-06-11 Thread Brian Eckerman
PM To: CF-Talk Subject: RE: CfApplication That is simple. We use LDAP and have a container in LDAP which contains various ROLE NAMES. Keep the application name the same through all directories. Once they log into the application, create a variable like: session.roles and allow that variable to be

CFAPPLICATION Security

2000-10-07 Thread Brian bouldernet
What is the best way to protct a area? Is having a include check for a code the best way? Thanks, -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/in

Re: cfapplication

2000-05-01 Thread Xing Li
Aren, Are you sure app_globals.cfm is executed before any session scoped variable calls? Seems like there might be some code that are executed before the app_globals script. Xing > Hi all, > > I'm writing a fusebox-app and I've put the -tag > (sessionmanagement="yes") in the app_globals.cfm in

cfapplication woes

2000-12-11 Thread Seamus Campbell
s own variables which can/will conflict with my original ones. Can I have 2 cfapplications named separately in one application tag? If so how does cold fusion know when to end one cfapplication (as it doesn't have an closing tag) Any help on best practices would be appreciated as I am now to

CFAPPLICATION confusion

2001-01-03 Thread Peter Benoit
Doing my first login application using CFAPPLICATION, and it seems to work fine except for one thing... the user closes the browser and the application doesn't end. If the user logs out or times out the application will end, but not if they close the browser window. What can I do about

CFApplication Error

2001-03-30 Thread Cami Lawson
m registry. Error number 1450 occurred. The error occurred while processing an element with a general identifier of (CFAPPLICATION), occupying document position (1:1) to (2:49). ~~ Structure your ColdFusion code with Fusebox. Get the official boo

Re: Cfapplication

2001-12-28 Thread Bruce Sorge
You could try something like this: -- Original Message -- From: Kris Pilles <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Fri, 28 Dec 2001 11:36:35 -0500 Is it possible to set your session variables to expire when the browser

Re: Cfapplication

2001-12-28 Thread Douglas Brown
- Original Message - From: "Bruce Sorge" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, December 28, 2001 8:48 AM Subject: Re: Cfapplication > You could try something like this: > > > >

CFAPPLICATION question.

2002-01-21 Thread Steven Durette
Can answer this for me? Will users in a sub-application keep the outer application from timing out? Here is an example: I have a CF application that user log into an then have the option to log into a sub application. The sub application is actually in a subdirectory off of the main applica

RE: CFApplication

2002-03-05 Thread Teel, C. Doug
I would use the Brian Kotek's customtag called cf_clienttimeout and you wouldn't have to pass the CFID/CFTOKEN around. Then -Original Message- From: Graham Pearson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 12:20 PM To: CF-Talk Subject: CFApplication F

CFAPPLICATION question

2004-02-27 Thread Burns, John
I have a site in the webroot.  In that site, I have an Application.cfm with a tag.  On the same server, can I have a separate webroot with a separate Application.cfm with another tag with the same appname?  Will it see these as the same application, thus allowing me to set some application variab

mx cfapplication weirdness

2003-03-08 Thread jonhall
I have an app I a working on that stopped working overnight all by itself. I went to sleep, and it was working, and when I woke up it was broken. When ever I hit a page I get this error. "The system has attempted to use an undefined value, which usually indicates a programming error, either in you

cfapplication and cookies

2003-03-19 Thread Greg McDaniel
This is probably a complex simple question, but here goes. What settings do I need to put into cfapplication to accomplish the following? No Cookie written to the Browswer Client Variables Stored in a Database Greg M

cfapplication::execute error

2000-08-23 Thread Giesbrecht, Jeffrey
I have an application running on and win 2000 box with cold fusion 4.5.1 SP1 and I keep getting the following error, can anyone help? Info from the application.log file: - Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt) - unknown exception condition CFApplication::execute - The error

RE: cfapplication woes

2000-12-12 Thread Dave Watts
rate it, and possibly change it, so that it works within your applications. Most custom tags don't require their own Application.cfm, though. > Can I have 2 cfapplications named separately in one application > tag? > > If so how does cold fusion know when to end one cfapplicati

RE: CFApplication Error

2001-04-02 Thread Will Swain
server to crash and fail to re-start HTH Will -Original Message- From: Cami Lawson [mailto:[EMAIL PROTECTED]] Sent: 30 March 2001 22:08 To: CF-Talk Subject: CFApplication Error Can anyone tell me what causes this error? I seem to be getting it about once a week. TIA, Cami Error

RE: CFAPPLICATION question.

2002-01-21 Thread Mark A. Kruger - CFG
sharing the same application scope. If you include an application.cfm file in the inner (sub) directory that does N OT have a cfapplication tag in it, you are NOT still in the prior applicatio n scope - instead you are without an application scope altogether (because there is no running). At

RE: CFAPPLICATION question.

2002-01-21 Thread Andrew Scott
is a different cfapplication used with a different name then you ende up with not being able to share variables scopes at all -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 22 January 2002 2:54 PM To: CF-Talk Subject: RE: CFAPPLICATION que

RE: CFAPPLICATION question.

2002-01-21 Thread Brendan Avery
app in another related/sub-app. hurrah. now you have all three dsn or whatever. > -Original Message- > From: Andrew Scott [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 21, 2002 18:07 > To: CF-Talk > Subject: RE: CFAPPLICATION question. > > > Mark, &g

RE: CFAPPLICATION question.

2002-01-21 Thread Mark A. Kruger - CFG
Yeah - that's what I was implying -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 6:07 PM To: CF-Talk Subject: RE: CFAPPLICATION question. Mark, If someone creates an application within an application, they don't nee appli

Re: CFAPPLICATION question.

2002-01-21 Thread Steven Durette
rom: "Mark A. Kruger - CFG" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, January 21, 2002 11:37 PM Subject: RE: CFAPPLICATION question. > Yeah - that's what I was implying > > -Original Message- > From: Andrew Sco

Re: CFAPPLICATION question.

2002-01-21 Thread David Schmidt
Steven, If I understand this correctly, as long as the parent Application.cfm (or other file containing the cfapplication tag) is included in the page request, it will keep from timing out. For example, given this structure... \parentapp\Application.cfm \parentapp\subapp\Application.cfm If

RE: CFAPPLICATION question

2004-02-27 Thread Raymond Camden
While they will both be the same Application to CF, you won't (I believe) be able to share session variables, since there will be a different cookie for each domain, unless you have domains like a.foo.com and b.foo.com (and use setDomainCookies). But you asked specifically about Application variabl

RE: CFAPPLICATION question

2004-02-27 Thread Barney Boisvert
Cheers, barneyb > -Original Message- > From: Burns, John [mailto:[EMAIL PROTECTED] > Sent: Friday, February 27, 2004 10:56 AM > To: CF-Talk > Subject: CFAPPLICATION question > > I have a site in the webroot.  In that site, I have an Application.cfm > with a t

RE: CFAPPLICATION question

2004-02-27 Thread Dave Watts
> I have a site in the webroot.  In that site, I have an > Application.cfm with a tag.   > On the same server, can I have a separate webroot with a > separate Application.cfm with another > name="appname"> tag with the same appname? Yes. > Will it see these as the same application, thus allow

RE: CFAPPLICATION question

2004-02-27 Thread Gaulin, Mark
If the two "domains" are just different hosts on the same domain ("abc.company.com" and "xyz.company.com") then you can arrange for the cf cookies to be shared, and so session would also be shared. It's the setdomaincookies option on cfapplication.  (If you us

RE: CFAPPLICATION question

2004-02-27 Thread Burns, John
TED] Sent: Friday, February 27, 2004 2:25 PM To: CF-Talk Subject: RE: CFAPPLICATION question If the two "domains" are just different hosts on the same domain ("abc.company.com" and "xyz.company.com") then you can arrange for the cf cookies to be shared, and s

RE: CFAPPLICATION question

2004-02-28 Thread Peter Tilbrook
I've been to sites (actual physical sites not web sites) where applications have been developed with NO CFAPPLICATION name at all. This is very dangerous code wise, especially in an environment hosting multiple sites as variables can conflict. As far as I know you can get away with a s

CFSILENT with CFAPPLICATION

2005-03-17 Thread Robyn
Hey all, My apologies if this has already been discussed. I tried searching in the archives, and I can't find the search link anymore Anyway - Why would someone do this: I'm unclear as to why one would put the cfsilent tag around the cfapplication tag. My understandi

cfapplication: really basic question

2003-03-04 Thread Austin Govella
I'm setting app wide variables for DSNs in Application.cfm. My book says you set them after the CFAPPLICATION tag, but it doesn't say there's an end tag. I was worried the app might not know when varialbles stoppped being app variables... So, I have: Is that all I need

Re: mx cfapplication weirdness

2003-03-08 Thread jonhall
This is incredibly annoying...the only thing I can add is that I am getting this error in the debug. 17:23:08.008 - java.lang.NullPointerException - in D:\www\d2\Application.cfm : line 2 I have tried 3 different JVM's (including the original), and rebooted. Nothing fixes it! It's looking like I mi

Re: mx cfapplication weirdness

2003-03-08 Thread Jesse Houwing
[EMAIL PROTECTED] wrote: >This is incredibly annoying...the only thing I can add is that I am >getting this error in the debug. >17:23:08.008 - java.lang.NullPointerException - in D:\www\d2\Application.cfm : line 2 > >I have tried 3 different JVM's (including the original), and rebooted. >Nothing

Re: mx cfapplication weirdness

2003-03-08 Thread jonhall
Thanks, but I'm using an access database for client storage (dev machine)... Just figured it out though. On a hunch I tried going to localhost instead of 127.0.01, because I remember seeing this same error when houseoffusion upgraded to MX, and my app worked! I deleted my cftoken and cfid and voila

Re: mx cfapplication weirdness

2003-03-08 Thread Marius Milosav
VICO) Application Demo www.scorpiosoft.com/vicodemo/login.cfm - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, March 08, 2003 5:27 PM Subject: Re: mx cfapplication weirdness > This is incredibly annoying...the only thing

Re: mx cfapplication weirdness

2003-03-08 Thread Bud
On 3/8/03, [EMAIL PROTECTED] penned: >I have an app I a working on that stopped working overnight all by >itself. I went to sleep, and it was working, and when I woke up it was >broken. > >When ever I hit a page I get this error. >"The system has attempted to use an undefined value, which usually >

RE: mx cfapplication weirdness

2003-03-08 Thread Joe Eugene
ERVER" Try your application again with some like Joe Eugene > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 08, 2003 4:34 PM > To: CF-Talk > Subject: mx cfapplication weirdness > > > I have an app I a worki

RE: cfapplication and cookies

2003-03-19 Thread Raymond Camden
> No Cookie written to the Browswer setClientCookie=false > Client Variables Stored in a Database clientStorage = "dsn name" - You will have to do the initial setup in the cf admin though. === Raymond

Re: cfapplication and cookies

2003-03-19 Thread Dave Carabetta
>This is probably a complex simple question, but here goes. > >What settings do I need to put into cfapplication to accomplish the >following? > > No Cookie written to the Browswer > Client Variables Stored in a Database 1. SETCLIENTCOOKIES="No" 2. CLI

RE: cfapplication and cookies

2003-03-19 Thread Greg McDaniel
eally work or is this one of those Urban Web Myths? Greg M -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 9:50 AM To: CF-Talk Subject: Re: cfapplication and cookies >This is probably a complex simple question, but here goes. > >Wh

RE: cfapplication and cookies

2003-03-20 Thread Chris Norloff
an Web Myths? > >Greg M > > >-Original Message- >From: Dave Carabetta [mailto:[EMAIL PROTECTED] >Sent: Wednesday, March 19, 2003 9:50 AM >To: CF-Talk >Subject: Re: cfapplication and cookies > > >>This is probably a complex simple question, but here goes.

RE: cfapplication and cookies

2003-03-20 Thread Darren Houle
he applicationtimeout and sessiontimeout attributes of the cfapplication tag. Since an expiration value is defined, the cookies are written to hard file and persist even after the browser is closed and then re-opened later. This is bad, at least for me, because I want the user's session to end wh

RE: cfapplication and cookies

2003-03-20 Thread Greg McDaniel
Would this "trick" also work with ClientManagement instead of SessionManagement? Greg -Original Message- From: Darren Houle [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 9:59 AM To: CF-Talk Subject: RE: cfapplication and cookies I may be misunderstanding your exact

CFAPPLICATION - Need some advice

2000-08-09 Thread Gavin Myers
I've decided to take a look at application.cfm too see what I can gather. I've never really used it before Now in the simplest form: application.cfm end application.cfm The only thing I am using with the application.cfm file is #session.sessionid#, and I need to carry that sessionid throug

Netscape and CFApplication Error

2001-01-25 Thread C. Hatton Humphrey
I just found out that something that has been working wonderfully in IE is throwing a major fit with Netscape. I am using a simple CFApplication session to build a security module. IE users (5.01, 5.5, 4.0 tested) can log in without a hitch. We didn't test it with Netscape... until now.

get the CFAPPLICATION name

2004-03-16 Thread David Ashworth
might be a really easy one this, but how do I output the CFAPPLICATION name? was thinking request.applicationname or something along those links but haven't figured it out or been able to find the answer thanks in advance [Todays Threads] [This Message] [Subscription]

RE: CFSILENT with CFAPPLICATION

2005-03-17 Thread Ian Skinner
That does seem a bit weird to me as well. Now I often place a pair of tags bracketing my entire application.cfm file, but not just around the cfapplication tag. Application.cfm --- A bunch more code. -- Ian Skinner Web Programmer BloodSource

Re: CFSILENT with CFAPPLICATION

2005-03-17 Thread Robyn
ing my entire application.cfm file, but not just > around the cfapplication tag. > > Application.cfm > --- > > > > A bunch more code. > > > > > > -- > Ian Skinner > Web Programmer > BloodSource > www.BloodSou

Re: CFSILENT with CFAPPLICATION

2005-03-17 Thread Adam Haskell
well cfapplication name="something" does output a blank line probably...whats directly under the tag? is it a doctype? Adam H On Thu, 17 Mar 2005 10:09:03 -0500, Robyn <[EMAIL PROTECTED]> wrote: > Hey all, > > My apologies if this has already been discussed. I

RE: CFSILENT with CFAPPLICATION

2005-03-17 Thread James Holmes
0 To: CF-Talk Subject: Re: CFSILENT with CFAPPLICATION So, even in application.cfm, why would you wrap all of the code in cfsilent? Are you actually outputting stuff in your application.cfm, or is it to suppress whitespace? ~| Lo

Re: CFSILENT with CFAPPLICATION

2005-03-17 Thread Robyn
index.cfm file (FB4) - the doctype is not the next line. But this all makes more sense to me now. Thanks! Robyn Adam Haskell wrote: > well cfapplication name="something" does output a blank line > probably...whats directly under the tag? is it a doctype? > > Adam H

Re: CFSILENT with CFAPPLICATION

2005-03-17 Thread Brian Kotek
tespace. BTW, I'm looking at the fusebox > index.cfm file (FB4) - the doctype is not the next line. But this all > makes more sense to me now. > > Thanks! > Robyn > > Adam Haskell wrote: > > > well cfapplication name="something" does output

Re: CFSILENT with CFAPPLICATION

2005-03-17 Thread Jochem van Dieten
Brian Kotek wrote: > Just a note that you can also always put just > before you output your HTML content, and that will discard everything > in the output buffer and start from scratch. This is an easy way to > eliminate any whitespace that was generated before your content. Second that. And usin

Re: CFSILENT with CFAPPLICATION

2005-03-17 Thread Robyn
Great suggestions, guys. Thanks! Jochem van Dieten wrote: > Brian Kotek wrote: > >>Just a note that you can also always put just >>before you output your HTML content, and that will discard everything >>in the output buffer and start from scratch. This is an easy way to >>eliminate any whitespa

cfapplication Error or what?

2003-07-21 Thread John Ho
hi all I have login problem but not clear why. Sometimes my program forces me to login eventhough I already login. I don't set any time out in coldfusion adm at all. Can someone help me out? Thanks John __ Do you Yahoo!? Yahoo! Calendar - Free online calendar wi

RE: cfapplication: really basic question

2003-03-04 Thread Dave Watts
> So, I have: > >name="blah"> > > > > Is that all I need? Yes, that's all you need. The CFAPPLICATION tag doesn't have an end tag. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.co

RE: cfapplication: really basic question

2003-03-04 Thread Mosh Teitelbaum
Austin: That's all you need. The CFAPPLICATION tag is not used to create application-wide variables. It is used to define the context of an application. Once the application context is defined, you can create application-wide variables like: Note the addition of the "A

RE: cfapplication: really basic question

2003-03-04 Thread Barney Boisvert
You don't close the CFAPPLICATION tag, it is used only to set values based on it's attributes; it doesn't enclose anything. When you set variables, you must supply a scope to them. If you don't, it defaults to the VARIABLES scope. You want this: That&#x

RE: cfapplication: really basic question

2003-03-05 Thread Darren Adams
a [mailto:[EMAIL PROTECTED] > Sent: 04 March 2003 18:22 > To: CF-Talk > Subject: cfapplication: really basic question > > I'm setting app wide variables for DSNs in Application.cfm. > > My book says you set them after the CFAPPLICATION tag, but it doesn't say > there&

RE: cfapplication: really basic question

2003-03-12 Thread Owens, Howard
CFApplication doesn't have an end tag. Just put it at the top of your Application.cfm page, setting the attributes you want/need to set. Then on your Application.cfm page, set your global variables. You should scope your variables. I use the request scope ... If you use the application

RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Andy Ewings
anyone else has any other ideas on this I'd love to hear them. -Original Message- From: Gavin Myers [mailto:[EMAIL PROTECTED]] Sent: 09 August 2000 13:41 To: '[EMAIL PROTECTED]' Subject: CFAPPLICATION - Need some advice I've decided to take a look at application.cfm to

RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Miguel
OTECTED]' > Asunto: RE: CFAPPLICATION - Need some advice > > > Session management is a bit of a nightmare in CF in my > opinion. If the user > closes their browser their session doesn't expire > automatically. One only > way to force it to expire is to use the 'On

RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Matt Rodosky
Put this code in your application.cfm file. It will kill the session variables when the user closes the browser: -Original Message- From: Miguel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 9:08 AM To: '[EMAIL PROTECTED]' Subject: RE: CFAPPLICAT

RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Andy Ewings
ssage- From: Matt Rodosky [mailto:[EMAIL PROTECTED]] Sent: 09 August 2000 16:27 To: [EMAIL PROTECTED] Subject: RE: CFAPPLICATION - Need some advice Put this code in your application.cfm file. It will kill the session variables when the user closes the browser: -Original Me

RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Matt Rodosky
]] Sent: Wednesday, August 09, 2000 10:02 AM To: '[EMAIL PROTECTED]' Subject: RE: CFAPPLICATION - Need some advice I don't think this will do what we are hoping it will. It looks to me as if all it's doing is testing to see if the session is open, if it is it's reading th

RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Robert Everland
Ok well that would explain why a site with frames wouldn't work right. Is there anyway I can stop this from happening? Maybe putting a lock around the cfapplication? Something, anything. Robert Everland III Web Developer Dixon Ticonderoga -Original Message- From: Matt Ro

RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Andy Ewings
Rodosky [mailto:[EMAIL PROTECTED]] Sent: 09 August 2000 17:41 To: [EMAIL PROTECTED] Subject: RE: CFAPPLICATION - Need some advice The code will keep session variables going as long as the browser stays open. It will overwrite the old cfid/token when a new browser window is opened, the result is

RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Matt Rodosky
t 09, 2000 11:10 AM To: '[EMAIL PROTECTED]' Subject: RE: CFAPPLICATION - Need some advice Okso are you saying that when you re-write the cookie the session/client variables are cleared? If that is the case what happens on the server side? If I am storing client variables in a datab

RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Dave Watts
> > Put this code in your application.cfm file. It will kill the session > > variables when the user closes the browser: > > > > > > > > > > > > > > > > ... > I don't think this will do what we are hoping it will. It looks to > me as if all it's doing is testing to see if the sessio

RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Peter Theobald
Thank you for that clear explanation. I was scratching my head at this code... :-) At 06:38 PM 8/9/00 -0400, Dave Watts wrote: >> > Put this code in your application.cfm file. It will kill the session >> > variables when the user closes the browser: >> > >> > >> > >> > >> > >> > >> >

RE: CFAPPLICATION - Need some advice

2000-08-10 Thread Andy Ewings
iable data in the database but I guess I can get CF to purge this on a regular basis. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 09 August 2000 23:39 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: CFAPPLICATION - Need some advice > > Put t

RE: CFAPPLICATION - Need some advice

2000-08-10 Thread Matt Rodosky
Your client variable data will build up but scheduling a purge of old data should be easy enough. Matt -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 5:10 AM To: '[EMAIL PROTECTED]' Subject: RE: CFAPPLICATION - Need some advice

RE: CFAPPLICATION - Need some advice

2000-08-10 Thread Andy Ewings
Thanks...I'll try it and let you know how I get on.. -Original Message- From: Matt Rodosky [mailto:[EMAIL PROTECTED]] Sent: 10 August 2000 15:57 To: [EMAIL PROTECTED] Subject: RE: CFAPPLICATION - Need some advice Yes, setting the cookie without an expires attribute makes a c

RE: CFAPPLICATION - Need some advice

2000-08-10 Thread Andy Ewings
Superstar.that worked a treat.you don't know how long I've been looking at this!! -Original Message- From: Matt Rodosky [mailto:[EMAIL PROTECTED]] Sent: 09 August 2000 20:29 To: [EMAIL PROTECTED] Subject: RE: CFAPPLICATION - Need some advice Actually rewriting the coo

RE: CFAPPLICATION - Need some advice

2000-08-10 Thread mherbene
Curious - in what way does this mess up client vars in a database? Doesn't CF remove abandoned client vars cleanly? -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 12:02 PM To: '[EMAIL PROTECTED]' Subject: RE: CFAPPLICAT

RE: CFAPPLICATION - Need some advice

2000-08-10 Thread Andy Ewings
on when leaving the site?I assume it must be when the browser is closed. A happier but still perplexed Andy! -Original Message- From: Matt Rodosky [mailto:[EMAIL PROTECTED]] Sent: 09 August 2000 20:29 To: [EMAIL PROTECTED] Subject: RE: CFAPPLICATION - Need some advice Actually rewrit

RE: CFAPPLICATION - Need some advice

2000-08-10 Thread Matt Rodosky
rt to clean up old client vars. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 10:37 AM To: [EMAIL PROTECTED] Subject: RE: CFAPPLICATION - Need some advice Curious - in what way does this mess up client vars in a database? Doesn't

RE: CFAPPLICATION - Need some advice

2000-08-10 Thread Matt Rodosky
ECTED]] Sent: Thursday, August 10, 2000 11:00 AM To: '[EMAIL PROTECTED]' Subject: RE: CFAPPLICATION - Need some advice OK works perfectly but I have one more question to help me understand WHY it's working! I see that when the user closes there browser the cookie gets killed. Then w

checking if cfapplication has run

2003-06-09 Thread Mike Mertsock
Hi, I have a custom tag that wants to use application variables (for performance). Since you need to run a cfapplication tag to use the application scope, it needs to somehow check if that tag has run. I have no clue how to do this. Is it possible? Also, just to make sure - custom tags do have

checking if cfapplication has run

2003-06-09 Thread Mike Mertsock
I tried it out and gave the error "The requested scope application has not been enabled". This was with absolutely no cfapplication tag on any included template or in application.cfm. ~| Archives: http://www.houseof

checking if cfapplication has run

2003-06-09 Thread Mike Mertsock
Hmm good idea. It works perfectly. Thanks! ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofi

checking if cfapplication has run

2003-06-09 Thread Mike Mertsock
Loader file does (http://beta.fusebox.org/index.cfm?method=Fusebox4.basicConcepts, 3rd paragraph under the Lifecycle section). I naturally thought that the application scope would be most appropriate, but I ran into the issue that it may run across situations where no cfapplication tag has been

Multiple CFApplication under 1 application.cfm

2002-05-29 Thread Perez, Percy
Hello, Is the following possible under CF 4.5? I would like to setup a timeout of 8 hours for my internal network machines and 1 hour for people for external users? Even though, I get no errors, it seems to time out very quickly ( 15 minutes...) Thanks for the help. Percy

Does cfcookie depend on cfapplication

2002-06-12 Thread Brian Eckerman
Hello, this is my millionth question this week. I am trying to validate a user with a root application (CFAPPLICATION NAME="MAIN"...) then I want to store the permissions I got from the LDAP table and switch contexts depending on which departmental link the user clicked on, (CFAPPLIC

AW: Netscape and CFApplication Error

2001-01-25 Thread Christoph Schmitz
Hi, if 1450 is the WIn NT error number, it means "Out of system ressources". HTH, Chris > -Ursprüngliche Nachricht- > Von: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 25. Januar 2001 22:54 > An: CF-Talk > Betreff: Netscape and CF

RE: Netscape and CFApplication Error

2001-01-25 Thread Deb Dickerson
22 PM > To: CF-Talk > Subject: AW: Netscape and CFApplication Error > > > Hi, > > if 1450 is the WIn NT error number, it means "Out of system ressources". > > HTH, > > Chris > > > > -Ursprüngliche Nachricht- > > Von: C. Hatton Hum

RE: Netscape and CFApplication Error

2001-01-25 Thread C. Hatton Humphrey
Why then would this error only be happening with Netscape. I can log in with IE as much as I want. Hatton -Original Message- From: Deb Dickerson [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 11:10 PM To: CF-Talk Subject: RE: Netscape and CFApplication Error And when you

Execution time for cfapplication tag

2004-02-24 Thread Claudia Hoag
Hello, My Application.cfm is taking 390ms to run, which is actually the cfapplication tag alone taking 350ms. Shouldn't it run faster than that? Is that because I'm using a database for clientstorage? (it's MS SQL 2k) Here's the tag: name="myapp" loginStorage=&

Re: get the CFAPPLICATION name

2004-03-16 Thread Neculai Macarie
> might be a really easy one this, but >   > how do I output the CFAPPLICATION name? >   > was thinking request.applicationname or something along those links but > haven't figured it out or been able to find the answer Application.ApplicationName Regards, [Todays T

CFAPPLICATION session vars not sticking

2004-07-02 Thread Dustin Snell [Unisyn Software, LLC]
Hi All, CFMX 6.1 Win2003 Server I am trying to move an existing site to a new domain. The intranet app I made was working fine under the unisyn.com domain - now we have moved it to networkautomation.com (same server multihomed), and when I access the page under the new URL my session variables do

RE: cfapplication Error or what?

2003-07-21 Thread Mosh Teitelbaum
John: If you're using session or client variables to track login status, then you're problem probably has to do with session or client timeouts. The CF Administrator allows you to set maximum timeouts and the CFAPPLICATION tag allows you to configure those settings (not to exceed t

RE: checking if cfapplication has run

2003-06-09 Thread Barney Boisvert
: 360.647.5351 www.audiencecentral.com > -Original Message- > From: Mike Mertsock [mailto:[EMAIL PROTECTED] > Sent: Monday, June 09, 2003 10:02 AM > To: CF-Talk > Subject: checking if cfapplication has run > > > Hi, > > I have a custom tag that wants to use applica

  1   2   >