No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I think you should also include the "username" in where clause in the query. So that both [B]username[/B] and [B]password[/B] get matched in database. Therefore not any other user with same password would be able to get logged in with some other user name. Hope this is what you are …
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: [code] <environments> <!-- Values for all portal environments --> <default> <config> <!-- Default main vars --> <property name="companyName">ABC</property> <property name="applicationPath">C:/inetpub/wwwroot/websites/test</property> <property name="subdomainName">test</property> </config> </default> <environment id="myDevelopmentPortal"> <patterns> …
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 (browser window is not closed meanwhile) it gives an error that "testing" is undefined at …
The End.
thesaintbug