Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADDTOKEN = yes 1

Status
Not open for further replies.

mimi2

Technical User
Joined
Apr 2, 2002
Messages
407
Location
CA
hi,
There is this code that I understand, but can't figure out what are the client variables that are going to be available when index.cfm is opened.

<CFIF #Check.RecordCount# IS 0>
Sorry, Invalid Password
<CFELSE>
<CFSET Session.Auth = &quot;Yes&quot;>
<CFSET Session.Admin = &quot;Form.UserName&quot;>
<CFLOCATION url=&quot;index.cfm&quot; addtoken=&quot;Yes&quot;>
</CFIF>

There is a form that comes after this code (action=&quot;#getfilefrompath(getcurrenttemplatepath())#&quot;)

ADDTOKEN
Optional. Yes or No. CLIENTMANAGEMENT must be enabled (see CFAPPLICATION). A value of Yes appends client variable information to the URL you specify in the URL argument.

Thanks for your help.
 
AddToken adds CFID and CFTOKEN to the url.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top