Thanks for your reaction.
But this didn't make any difference.
Because the cookies is written and the registry is written, can it be that it has something to do with access-rights?
Hi All,
We installed a new cf4.5-server (W2000) and copied all of our scripts and database from our produktionserver to that new server.
The problem occurs that session management doesn't seem to work anymore.
This is my application.cfm:
<cfapplication name="ws"...
Well, I found out how it works. It was in a google.newsgroup. Somebody found out how to make the arguments for printout work. (I would like to know HOW this guy found out how it's done)
I give the code here because I am sure a lot of people struggle with this COM-thing.
What I do in this program...
Thank you. But it isn't quite what I mean.
I want to write a 'printfile'.
A file that can be printed on a computer without Word installed there.
The suffix of such a file is PRN.
I know the 4th argument of Printout is the filename.
But the problem are the 3 arguments before that.
I don't seem to...
I want to write a word-document to a prn-file.
Before that I filled that document and all works well.
But the last thing I want to do is write this document to a PRN-File.
This file is transfered afterwards and is printed with some remote application.
I did this before with asp and the...
Using ColdFusion 3.1 an error message occur
while trying to access via cfftp.
This did work fine, but all of a sudden this message occurs.
An error occurred while attempting to process a CFFTP tag:
The error occurred on (or near) line 55 of the template file
C:\CFUSION\bin\CFTags\cfftp.cfm...
Hi Emario,
You can read the database and if the user has to enter data into it, you can use 'cfform'
The user fills in this form and after that you insert the data into the database.
This you do with <cfquery name="insert" datasource="xxx">
insert into yourable values...
Thanks.
But the problem was that - when I appended to a file - sometimes this message 1006 occured.
We Use ColdFusion 3.1
After a little research we found that if the file contains 0 Bytes (Windows NT) and when we DIDN'T append at all, the message showed.
The first thing we did in the program...
We use CF 3.1 and in a scheduled program I write
a textfile with cffile.
This program runs every hour and most of the time it
works fine.
But once or twice a day there is an error-message:
Error attempting to map file 'c:\......\kopf.k'
This file is the file I want ro write.
Before the program...
Hi,
I wrote a little script in asp to open a word-document,
change some text there and then save this document as a prn-file.
This works fine on my personal webserver.
Now I try to run this on our intranet.
(NT 4.0 IIS 4) but I produce the error:
'no authentication. VB scvript error '800a0046'...
Our site was hosted on a server with cf 3.1 and some smtp mailserver.
Now we moved to a provider which uses cf 4.5.
In a mailinglist we send a lot of mails to our customers.
After we moved to our new provider, it occures that some (only some) custumers don't receive their mail properly: the html...
We exported an oracle 8 databse with codepage usa7ascii.
The import of the dmp-file into a databse with codepage iso8859 didn't translate the special characters such as
ä ü ä and so on.
What can we do about this. Any help would be appriciated.
Toon
HI,
Using relative-path can be done to store the
base-path in an application-variable in application.cfm:
<cfset application.base = "c:\inetpub\wwwroot">
to upload the file:
<cffile action="UPLOAD"
filefield="img1"...
Hi,
In sql it would be something like this:
<cfquery name="update" datasource="cccc">
update comps set approved = 'yes' where
groupname="#groupname#">
Toon
Hi,
After a little research, I found in Allaire Forums,
how to solve this problem.
CF uses 2 cookies to handle session-variables
(CFID and CFTOKEN) and stores them in one single cookie-file with expiration-date = 2037.
This file isn't deleted from your hard-disk even when your
session is timed...
Yes, I know. Sessiontimeout and the default values are set.
The sessiontimeout works. After some time the session variables time out.
But..... the physical cookie-file still exists.
The program works fine, though.
But how can I explain users who don't like cookies that I don't use persistent...
Hi,
I don't place a cookie. It's the use of session-variables
that leads to a cookie. You can call it a implicit cookie.
So I can't control this 'system-cookie'.
One should think that CF would place a cookie according to createtimespan in sessiontimeout of 'cfapplication'.
Toon
HI,
I am a little confused. When I use a session variable and
put the expire time on - let's say - 3 hours, I find that
a cookie-file is written and it won't expire until 2037.
(I use CF 3.1)
Some people here in our company are wondering and I
can't explain them why the cookie expires in 2037...
With CF3 I used <cfhttp> and accessed some internet-sites<br>via a proxyserver.<br>The statement looked like this: <br><FONT FACE=monospace><cfhttp url="<A HREF="http://www.alltheweb.com"" TARGET="_new">http://www.alltheweb.com"</A>;<br>method="get"...
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.