In <002501bfb9d9$10b67ce0$0200a8c0@tim>, WL ([EMAIL PROTECTED]) in a
fit of unbridled passion, wrote:
> Hi,
>
> Can anyone point me to a URL with advise or tutorials or code-snippets on
> getting a Session working with CF? I'm fairly new to it (2 weeks) and have
> yet to look at how it deals with sessions.
>
> Any help is appreciated guys.
You have to first use a <cfapplication name="yourapp"
sessionmanagement="Yes"> somewhere, probably in your application.cfm
file.. Then, you simply read and write variables like normally except
you name them "session.varname".. such as <cfset session.name="george">
and then in another page <cfoutput>#session.name#</cfoutput> ..
HTH,
-R
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.