Forum: ColdFusion Jul 17th, 2009 |
| Replies: 0 Views: 579 I am trying to load the configurations of coldspring and modelglue dynamically using one environment.xml.cfm file.
Following are my three files
1- environment.xml.cfm:
<environments>
... |
Forum: ColdFusion Jul 17th, 2009 |
| Replies: 3 Views: 1,304 I think you should also include the "username" in where clause in the query. So that both username and password get matched in database. Therefore not any other user with same password would be able... |
Forum: ColdFusion Jan 9th, 2009 |
| Replies: 2 Views: 1,085 ok... thanku so much... It really helped me
now I am able to do what i was wanting to do...
thnx |
Forum: ColdFusion Jan 7th, 2009 |
| Replies: 2 Views: 1,085 hi,
I am new to Cold fusion...
I have defined a session level variable in one page1.cfm as follows
<cfset session.testing = "test">
and when I am trying to access it on another page page2.cfm... |