Re: redirection/user authentication

2005-03-28 Thread Jack Benson
FYI, I've got it working!! Thanks very much for all your help, everyone! ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a cl

Re: redirection/user authentication

2005-03-28 Thread Jack Benson
Mike - it would be great if you could show me a form-based login that actually works! I usually do make my forms self-submitting but decided to keep everything seperate here, because I thought it would make it easier to figure out where I was going wrong. In my original version of this code, I

Re: redirection/user authentication

2005-03-28 Thread Jack Benson
Ben - tried that as well. Login.cfm doesn't have any cflocation tags in it, and I've now removed all of them from the application.cfm file - but I'm still getting that URL redirection exceeded problem. Here's the whole file again, as altered:

Re: redirection/user authentication

2005-03-28 Thread Jack Benson
I've tried a few more of the changes you guys suggested here: I've got the variable renamed (you're right, it is more clear this way). Instead of relying on a cflogin variable, I'm checking to see whether a user has been logged in with the GetAuthUser(

Re: redirection/user authentication

2005-03-28 Thread Jack Benson
So I've now taken out the cflocation tag, and replaced it with this: I'm still getting the redirection limit exceeded problem even when I'm trying to load the login.cfm file - which ostensibly should mean that that

redirection/user authentication

2005-03-28 Thread Jack Benson
Hey, folks. Having a bit of trouble setting up a basic application based user authentication on my site. I keep getting an error in mozilla-based browers, "redirection limit for this URL exceeded", that sort of thing. In IE, it just won't load at all - eventually gives me a server unavailable er

Re: Making form results XML-compatible

2004-12-02 Thread Jack Benson
>If you want to get rid of all Word's weird chars you could try this UDF: > >http://www.cflib.org/udf.cfm?ID=725 > Ok, so I tried out the UDF - basically, in my form submission template, I inserted the script and then used to try to clean up the text. But when I submit it, and then view the sub

Making form results XML-compatible

2004-12-02 Thread Jack Benson
I'm trying to make sure that the data for an RSS feed I'm running is XML-legal, but I'm getting errors because XMLFormat only replaces a handful of special characters, and because my data is mostly blocks of text, I get a lot of funky Word special quotation marks and apostrophes. How can I mak