Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Database Linked/Passwords not working

Guest
Jun 27, 2006 Jun 27, 2006
I used coldfusion and access to create a database for my page and i am doing a practice test using the CF built in server....everything seems like it has connected fine, but when I do the preview in browser and I enter my username and password info, it takes me to my failed login page...

I used the tutorial found here http://www.communitymx.com/content/article.cfm?page=1&cid=A222302CBCA928EB
to create my access database...

can anyone help me on why this wouldnt work?
Thanks
TOPICS
Server side applications
440
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 27, 2006 Jun 27, 2006
Sounds like you have enabled sessions in the application.cfm, or
application.cfc file. If you are using an application.cfm file you need a
line like this in it

<cfapplication name="MyLiving" sessionmanagement="yes"
setclientcookies="yes" setdomaincookies="yes">

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"CapBrose" <webforumsuser@macromedia.com> wrote in message
news:e7rnql$6s0$1@forums.macromedia.com...
>I used coldfusion and access to create a database for my page and i am
>doing a
> practice test using the CF built in server....everything seems like it has
> connected fine, but when I do the preview in browser and I enter my
> username
> and password info, it takes me to my failed login page...
>
> I used the tutorial found here
> http://www.communitymx.com/content/article.cfm?page=1&cid=A222302CBCA928EB
> to create my access database...
>
> can anyone help me on why this wouldnt work?
> Thanks
>
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 27, 2006 Jun 27, 2006
is there a certain place I need to write that? or do I just need to include it in there?

also....how do i make it specific to my page....

instead of "MyLiving", what would I put?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 28, 2006 Jun 28, 2006
LATEST
thanks, that worked actually!!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines