| Title: | 'Webinars' |
| Date: | 07/10/03 17 Posts |
| Summary: | Need to produce interactive slide shows for web seminars? Try WebEx, Placeware, FlashComm, or Breeze Live. Note that Breeze Live, and possibly FlashComm, support desktop screen sharing, while WebEx is touted for reliability and brand recognition. |
| Title: | [cflogin] My Symptoms and My Application.cfm Code... |
| Date: | 07/10/03 20 Posts |
| Summary: | Trouble with CFLOGIN prompts a discussion about the security risk of storing just a user id in a "remember-me" cookie. Suggestions include storing both username and password or, better yet, storing a hashed password. |
| Title: | Placing Program Logic Away from Web Server? |
| Date: | 07/10/03 16 Posts |
| Summary: | You can prevent malicious script tampering by putting your application and web servers on separate machines and running CFMX in a distributed mode. Keep in mind, though, that this will not protect you from data manipulation attacks, like SQL injection. |