Either way is ok. It's just a matter of whether or not it will appear in
the url and whether you want the variables available in form or url scope.
It seems alot easier to pass one variable, as opposed to 2 form variables.
Or maybe I'm just lazy.
Billy
> is it wrong to write this for forms...
>
> <FORM ACTION="somepage.cfm?#session.AddToken#" METHOD="post">
>
> ??
>
> The above works, but should I be writing...
>
> <FORM ACTION="somepage.cfm" METHOD="post">
>
> <CFIF Len(session.AddToken)>
> <INPUT TYPE="hidden" NAME="CFID" VALUE="#session.CFID#">
> <INPUT TYPE="hidden" NAME="CFTOKEN" VALUE="#session.CFTOKEN#">
> </CFIF>
>
------------------------------------------------------------------------------
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.