Jason, no luck yet with me either. I added font tags to my txt file (I have 5 separate ones that it is loading on separate incidents) but no luck yet. I hear you about the colour thing. I even tried to add in a reference to my css and it did not work. There has to be a solution.
I am having a similar issue, and having another issue with fonts not appearing correctly for the client, but appearing fine for me here. It seems that if I embed the fonts, I am having the stretching issue occur. If I do not embed the fonts, it does not occur, but the fonts are not the same...
Geez! Thanks! I messed that up...
I added more script and it is now working correctly. Thanks!
Here is the code at the top of the dynamic pop-up page in case anyone would like it...
<cfif isdefined('session.loginstatus') is false>
<cfset session.loginstatus=0>
</cfif>
<cfif...
Here is my code so far:
Application form:
<cfapplication name="FCG" sessionmanagement="Yes" sessiontimeout="3000" applicationtimeout="3000">
Code at top of secure page - it is a dynamic page for a number of records in a database so it should only process it once:
<cfif not...
Ok, now I am having another issue. It works great to restrict access to the pages that he wanted to restrict access to. However now, after submitting the form once, it will not allow me to view the other pages in the securePages loop without filling out the form again. My timeout on sessions...
Thanks! I will try it out. I have about 20 tables to search through. So much fun!
Yea, the client had intranet data on an in-house SQL server, bought their own web server with CF 6.1, and wanted us to build the rest of the site in Access databases. Nice and confusing, eh?
I scraped the verity search since it really messed everything up. Just searching the tables. Is there an easy way to capture all matches from a number of tables from a SQL database and an Access database and have it output to one clean list?
Has anyone done up a Search CFC for a dynamic site before? The Verity search is not working correctly on the clients server, which runs CFMX 6.1. It is pulling secure information, and not indexing all of the dynamic content. This site is 95% dynamic, all page content resides in either a SQL...
Nope, same name. I responded to thread232-1114449 before, making a decision between application.cfc and application.cfm.
I will try that too! Thanks again for your help!
Thanks again! Yea, I have a pop-up login page that can appear instead. I have worked with application.cfm since 2000, so I am familiar with it, and just recently started with sessions and application.cfc, which you helped with a few weeks ago.
Thanks for all your help! I'll let you know how...
Thanks TruthInSatire! I have not done a secure area without a database in the past. Before they have always been preassiged a username and password to access the secure area. This time, it is just a form submission instead.
Do I have to put the protected pages into a separate directory or...
A client wants to have users submit a simple form with their name, phone, email address before they can view a section of their web site. This will only happen once per visit, so I am thinking a session structure will work. I have set up a lot of session, client and cookie secured areas...
This is something that I have been battling with too. I have used cookies for years, and now I want to switch to sessions. I have been learning CFC structure as well, and am really wanting to implement it across projects. I have also read documents, forums, etc. However real world examples...
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.