Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics 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
 
Old April 1st, 2006, 07:05 PM
Authorized User
 
Join Date: Jun 2003
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Default Existing Cookie operation after cookies disabled



Hi :

Scenario:

User accesses a site using a browser with cookies enabled and the site places a cookie on the machine with some values set. At some point prior to the next visit the user disables cookies for that browser.

Question:

On the next visit, should the server be able to read and write values to that cookie?

From what I can tell the cookie functions normally in spite of cookies being disabled. It looks like I can read and write to that cookie. However, I haven't been able to find any documentation that confirms that as expected behavior. Personally, I didn't expect to be able to access the cookie once cookies were disabled, that's why I'm asking the question.

Disabling cookies means disallowing the creation of cookies, not the use of cookies. Is that a true statement?

Thanks for your time and attention.

John
 
Old April 2nd, 2006, 03:44 AM
Authorized User
 
Join Date: Jun 2003
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Default


Found my answer:

http://support.microsoft.com/kb/298780/?sd=RMVP

John





Similar Threads
Thread Thread Starter Forum Replies Last Post
The problem during writing into an existing cookie vishnu108mishra ASP.NET 2.0 Professional 2 March 5th, 2008 02:45 AM
Adding existing and non-existing attributes spencer.clark XSLT 5 July 27th, 2005 04:02 PM
Disabled textbox r_ganesh76 ASP.NET 1.0 and 1.1 Professional 4 October 4th, 2004 11:14 PM
disabled popup renee_santoscoi Javascript How-To 5 November 11th, 2003 02:20 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.