Coldfusion uses database to store client variable value but the variables are stored in a field with dynamic list of string such as below:
record 1:
Column1 name: DATA
Column1 value :#timeout=30#name=John#Status=married#
Column2 name: LVISIT
Column2 value: 4/11/2003 12:48:27 PM
record 2...
I plan to split some of the application in the existing front-end server (example: www.acme.com) into another server (example: 202.130.142.32). This new server will do a dedicated task other than the front-end server.
My problem is the front-end server is currently registered
under Verisign...
Use the SetLogonInfo of the Table object instead. It is much more stable than the LogonServer method. Use the following code:
Dim i as integer
For i = 1 to Report.Database.Tables.Count
Report.Database.Tables(i).SetLogonInfo "","","","Password"
Next
The following are the error message:
An error occurred while attempting to open the file.
Windows NT error number 5 occurred.
Please inform the site administrator that this error has occurred (be sure to include the contents of this page in your message to the administrator).
I have a website that can access database in network "f:/database/test.mdb" but cfcontent cannot access "f:/database/report.pdf". Cfcontent can access the file if resides in c:/report.pdf. Would appreciate if someone finds a solution into this.
Bram, thanks for the tips.
the following examples show how my current codes look like
<A href="linkX.cfm?<cfoutput>#cf_aSession#</cfoutput>">
link X</A>
<A href="linkY.cfm?<cfoutput>#cf_aSession#</cfoutput>">
link Y</A>
<A...
Currently my website is using aSession.cfm framework which needs to append session variables to every links. It is possible to automatically append a the variables to every url links without manually keyin the variables?
Thanks
Hansolo
Actually, I have created a timeout window to inform user before session ends. The javascript resides in the top parent window. Every activities in the parent bottom frame will refresh the top frame. This get more complicated if a child window with frame tries to refresh the parent top frame. No...
The child window suppose to use the existing parent window and redirect the parent window to a new page but open a new window instead. All PCs that I tested using IE5. Interestingly it works few others but didn't work on other PC (open a new window).
I used the following script for the parent...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.