Hi, Jeremy, I have been having the same problem.
Its almost like it will keep the session.but it wont keep the variables within. Let me know if you work something out. Cheers Gareth. "Jeremy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi everyone, > > I'm totally stuck. We have been beating our heads against the wall when it > comes to setting up a session variable within a CFC. We have a very OOP > programming logic and each time we process a page within the CFC it looses > the session. My question is this... I know you can set a session within a > CFC but I have been unable to get a working example. Has anyone got a > working example of creating a session scope within a CFC? > > <cfif #parameterexists(session.LoginSession.login)#> > > <cfelse> > <cfscript> > session.LoginSession = structnew(); > session.LoginSession.login = ''; > session.LoginSession.password = ''; > </cfscript> > > </cfif> > > > Thanks in advance. > > jeremy > > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
