Thanks Paul,
I didn't think I had to do that because I had enabled content expiration in IIS 6 to expire pages immediately. After using cfhttp to look at the headers I realized that IIS only appends the cache-control headers to static files (html, css, js, gif, jpeg, etc.). I've since added...
Hi all,
I'm stumped and need some help. I have a CFMX7 application using J2EE session vars. A couple thousand members log into the application each day. Every few months over the last year and a half or so, we run into a problem where one user will suddenly be logged into another user's...
SQL2000 Database
CR PRO 8.5
I'm new at this Crystal thing. I'm having trouble getting data from any of my SQL stored procedures. I created a simple stored proc to test:
CREATE PROCEDURE getSurvey
@survid bigint
AS select *
from survey
where surveyid = @survid
I create a new...
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.