by Dina Hess
| Title: | Encrypting URLs |
| Date: | 05/22/04 (4 Posts) |
| Summary: | To escape reserved URL characters, "URLEncodedFormat() the result of Encrypt() before putting it in the url." |
| Title: | Adding DSN with cf.Factory |
| Date: | 05/23/04 (5 Posts) |
| Summary: | Trying to add a datasource programmatically? Take a look at Jochem van Dieten's code, which makes use of the DataSourceService object in CFMX's ServiceFactory. |
| Title: | User Control - Permissions - Roles... |
| Date: | 05/22/04 (14 Posts) |
| Summary: | Looking for a way to limit user access to specific areas of your site via user permissions? If you're using Fusebox, consider a lock and key approach "to secure circuits or fuseactions to specific privileges." A similar "objects-based" framework can be applied to non-Fusebox applications. See the thread for details. |