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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AlanLL

    Logout problem. Need help!!

    or if you only want to kill specific session variables: <cflock timeout=20 scope="Session" type="Exclusive"> <cfset StructDelete(Session, "yourvariablename")> </cflock>
  2. AlanLL

    which one is a better practice ?

    cfqueryparam or stored procedures ;)
  3. AlanLL

    how to make coldfusion dynamic pages SE friendly?

    I think it's pretty much outdated now but i use the following cf_fakeurl custom tag: I tend to call it in application.cfm: <!--- <CF_FakeURL> Creates URL parameters from values passed as part of the path (as opposed to in the query_string). This technique helps ensure that search engines and...

Part and Inventory Search

Back
Top