Re: my last post because I only got your latest one after I sent it. 

Try setting the variables normally rather than using cfparam.. wouldnt it be just as 
easy, and I know that it would work.

ie:

<cfif NOT isDefined('session.log_access')>
  <cflock scope="session" type="exclusive" timeout="10">
   <cfset session.log_Access=0>
   <cfset session.log_ID="">
   <cfset session.log_Name="">
  </cflock>
</cfif>

that should work fine, I think.

Cheers

Gareth.

-----Original Message-----
From: Seona Bellamy [mailto:[EMAIL PROTECTED]
Sent: Monday, 2 February 2004 1:43 PM
To: CFAussie Mailing List
Subject: [cfaussie] RE: Trying to write some session variables


Gareth,

Thanks. Tried it, and it doesn't seem to make any difference. Besides, I
thought the whole point of <cfparam> was that it wouldn't overwrite the
variable if it already existed?

Cheers,

Seona.

---
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

Reply via email to