When you set a structure key as you did below, you must use a valid
string.

So, instead of foo[#x# #y#]

you would use foo["#x# #y#"]

session.cfid and session.cftoken are special variables that CF creates
for you. Together they create a unique ID for the current user.

=======================================================================
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc

Email    : [EMAIL PROTECTED]
WWW      : www.camdenfamily.com/morpheus
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, February 04, 2003 7:32 AM
> To: CF-Talk
> Subject: Re: CF Logins and Users Logged In
> 
> 
> Just resending this mail, my last posting seems to have been 
> cut off, just noticed!
> 
> I have implemented the following line 
>  <CFSET application.loggedin[#session.cfid# 
> #session.cftoken#] = now()> into the code below
> 
> and left the other session.variables as they are because they 
> are working.............
> 
> Where are the #session.cfif# and #session.cftoken# coming from ???? 
> 
> Because I am recieving the following error,
> 
> Error Occurred While Processing Request
> Error Diagnostic Information
> Just in time compilation error 
> 
> Invalid parser construct found on line 38 at position 45. 
> ColdFusion was looking at the following text:
> 
> #
> Invalid expression format. The usual cause is an error in the 
> expression structure. 

                                

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to