URLSessionFormat

"-->
 URLSessionFormat (request_URL) 

Description

This is conditional on whether a client computer accepts cookies. If the client does not accept cookies, the function automatically appends all required client identification information to a URL. If the client accepts cookies, it does not append the information.

This function automatically determines which identifiers are required and sends only the required information. It provides a more secure and robust method for supporting client identification than manually encoding the information in each URL. This is because it sends only required information when it is required, and it is easier to code.

Example

 <cfform method="Post"  action="#URLSessionFormat("ExamplePage.cfm")#>  


Inside ColdFusion MX
Inside Coldfusion MX
ISBN: 0735713049
EAN: 2147483647
Year: 2005
Pages: 579

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net