Is onapplicationstart returning true? If it doesn't return true then
it will continue to execute as you've described. Then again.. I could
be wrong :)

On 4/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Thanks for your quick reply Andrew.
>
> I am unsure of how these certain conditions are not met?
>
> I have only written code in the onApplicationStart() and no where
> else, yet.
>
> Also, there are no changes to the appname.
>
> Thanks,
>
> On Apr 22, 10:33 pm, Andrew Scott <[EMAIL PROTECTED]> wrote:
> > Actually,
> >
> > onApplicationStart will run each and everytime when certain conditions are
> > not met. So these conditions can be things like, session identifier being
> > corrupt or changing. Application name corrupt or changing.
> >
> > I would more than likely begin looking at the fact that you are expiring
> > your session identifiers, and a certain user has cookies for that site
> > blocked / disabled first. Then maybe look at the session identifier to see
> > if it is being changed while passing it back to the server.
> >
> > Last but not least if all else fails then the application name must be
> > changing under certain conditions.
> >
> > Andrew Scott
> > Senior Coldfusion Developer
> > Aegeon Pty. Ltd.www.aegeon.com.au
> > Phone: +613  8676 4223
> > Mobile: 0404 998 273
> >
> > -----Original Message-----
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf
> >
> > Of [EMAIL PROTECTED]
> > Sent: Monday, 23 April 2007 10:22 AM
> > To: cfaussie
> > Subject: [cfaussie] onApplicationStart() running more than once
> >
> > Hey guys,
> >
> > I am writing a new application.cfc for a site.
> >
> > I set up and store all the data required for our application to run in
> > the onApplicationStart() .
> >
> > Now i have run into an issue.
> >
> > The onApplicationStart() function runs on each page load.
> >
> > This is weird considering it should only run once on start up.
> >
> > Any ideas why this occurs?
> >
> > Thanks,
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to