 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Dreamweaver (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

September 27th, 2004, 10:12 AM
|
|
Registered User
|
|
Join Date: Sep 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
User authentication problems
Hi All.
Wonder if anyone knows anything about this. The standard user authentication behaviour will not let me into pages on any on my sites on my local machine, but will on the live sites. I use windows XP pro with service pack 2, ASP VbScript and anaccess 200o database. Is this a Windows XP pro Service Pack 2 problem. I have un installed Dreamweaver MX 2004 and re-installed numerous times but to no avail.
There is a logins table that holds the usernames, passwords and access levels, it worked before a SP2 but not now !
Hope someone can help
Bob Scott
|
|

September 27th, 2004, 12:39 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Are Sessions enabled on the dev server?
And, obvious question, do you have the same access rights in the Dev database as you do in the production database?
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|

September 27th, 2004, 05:48 PM
|
|
Registered User
|
|
Join Date: Sep 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Imar
Hmmmmmm. how is that done. Never had to do it, and would SP2 stop this. Thanks for the post
Bob
|
|

September 27th, 2004, 05:53 PM
|
|
Registered User
|
|
Join Date: Sep 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi again Imar.
Is that enable session stae, if so then it is enabled and the timeout is set for 20 mins. But then again not sure about this being the right session thingy.
Bob
|
|

September 28th, 2004, 12:46 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Yes, that's the thing. So that's probably not it.
Do you have a security program blocking your cookies? If that is the case, you don't get a Session ID Cookie, so you can't be authenticated correctly.
You can do a quick test by setting a session variable on one page, then submit that page to another, and try to read the session again.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|
 |