| Thread | Last Post | Replies |
|
| login system | 24 Aug 2004 23:01 GMT | 4 |
my login system which is using session has some problem. Although the logged-in user close the browser, the session is still alive. and if another user opens the page before the session is dead, the another user can be logged-in in the name of the logged-in user.
|
| session timeout redirect? | 24 Aug 2004 21:22 GMT | 1 |
I have a multi-step form that has a 30minute session, when the session expires I would like to redirect back to a certain page and expire the variables(should do it when the session expires i assume). Any help would be great, thanks!
|
| Query String/Variable | 24 Aug 2004 18:40 GMT | 3 |
Easy question here... Does CFMX have a variable that returns your SQL Query string? OR, do you have to build it yourself? I would like to be able to do a:
|
| radiobox question | 24 Aug 2004 16:51 GMT | 6 |
Sorry re post I think I might have posted this in the wrong forum. Can anyone advise me on the following I'm trying to have these three 'Radio box' options and I don't know what code to write for the 'both' category of one. I know that the 3rd one below is incorrect but can anyone ...
|
| printing DAYS | 24 Aug 2004 16:37 GMT | 1 |
i am able to print the dates with this code, how can i print days also with these dates? <cfloop from="1" to="#arraylen(TDMA_dateArray)#" index="i"> <cfif TDMA_dateArray NEQ 0>
|
| check box not required in search | 24 Aug 2004 16:25 GMT | 1 |
I have a search page where there are 3 yes/no search parameters (as well as a handful of other fields). I'd like to offer these checkboxes as options to search on but not make them required. my search works well as long as I include the checkboxes in the search but if I leave ...
|
| Method for escaping SQL? | 24 Aug 2004 14:25 GMT | 2 |
I have been working on a web application that uses a C++ custom tag developed by one of my co-workers. The tag takes in a string of SQL and for reasons out of the scope of this post - proceeds to execute it on one or more databases. The reason for this post is that if I pass a ...
|
| Session Vars gone on Browser Refresh | 24 Aug 2004 10:02 GMT | 1 |
I have a page is properly setting the Session.Vars properly when going to the page (session.name=Bob). However, when I refresh browser, the Session vars are listed on the cfm debug area but are equal to nothing (session.name= ). The session vars are set by page A that gets called ...
|
| alert with textarea | 24 Aug 2004 07:13 GMT | 4 |
Although <cfinput> can give an alert using "required="yes", it is only for a single line input box.. Although <textarea> is for multi line input box, It can not give an alert. Is there any tag like <cftextarea>?
|
| Server Behavior Problem | 24 Aug 2004 07:05 GMT | 1 |
I have a big problem with the "User Authentication Behavior, Log in User et Restrict Acces to page". I have three CFML pages : Log.CFM (the login page)
|
| Silly Issues with CFFile | 24 Aug 2004 05:37 GMT | 1 |
It's late and my grey cells are rapidly dwindling. Why is it that if I have a simple form like so... <form action="" method="post" enctype="multipart/form-data" name="FileUpload"> <p>
|
| In cfmail, the To address must be in my own domain | 24 Aug 2004 03:24 GMT | 13 |
When my To: address is a valid address in my own domain, the domain that is sending the email, the mail gets sent. When it's to any other domain, it will not send. I turned on the mail log, and this came up: Invalid Addresses; nested exception is: javax.mail.SendFailedException: ...
|
| restrict downloading cfm pages | 23 Aug 2004 22:53 GMT | 2 |
I have several sites that use a dhtml menu and they all have a cfm file included for the settings. I went to one of the sites and chose "file > save as" just to see what would happen. It seems the server allowed cfm pages to be downloaded along with the rest of the site. Is there a ...
|
| SQL - Using concatenated field in where clause?? | 23 Aug 2004 22:14 GMT | 3 |
I have a query like the following. I'm getting the error: Column not found: Unknown column 'ZipRoute' in 'where clause' <cfquery name="rsList" datasource="#session.dbsource#"> select ZipListMatrix.ListID, ZipListMatrix.ZipID,
|
| Pasting from Word | 23 Aug 2004 22:02 GMT | 1 |
When using a form with an input field of textarea, the paragraph that I paste from word with quotes in it renders on screen as squares. It renders fine in the browser if I paste into the form from say a website some text or type some text into the textarea with quotes.
|