Re: Cookies
- From: "Roland Hall" <nobody@nowhere>
- Date: Tue, 19 Apr 2005 04:41:42 -0500
"Jody" wrote in message
news:F7DAD4B2-D70B-4F3E-8F0F-3B4FA0E4BBFB@xxxxxxxxxxxxxxxx
: Hi Roland
Hi Jody...
: Is there a way to disable session cookies and if so what is the down
side?.
: We are using IIS 6 and a ASP eCommerce site with a SQL db if that matters.
Classic ASP or ASP.NET? In IE, Tools, Internet Options, Privacy, Advanced.
You can override cookie handling and permit, block, prompt first-third party
cookies and uncheck always allow session cookies. That means it is on a per
browser basis. This does nothing to the e-commerce site but may affect how
your users experience your site if you're using sessions.
Your e-commerce needs a way to track users. It's generally cookies,
sessions or a custom method. I use sessions with my shopping cart and that
requires session cookies. It does not require any other kind of cookies. I
also have some javascript I'm converting to server-side so javascript can
also be disabled and my cart will still work just fine. I personally think
it is ridiculous to disable javascript but people do.
My browser is set to prompt first-party cookies, disable third-party cookies
and always allow session cookies.
--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Online Support for IT Professionals -
http://support.microsoft.com/servicedesks/technet/default.asp?fr=0&sd=tech
How-to: Windows 2000 DNS:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;308201
FAQ W2K/2K3 DNS:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;291382
.
- References:
- Cookies
- From: Jody
- Re: Cookies
- From: Roland Hall
- Re: Cookies
- From: Jody
- Cookies
- Prev by Date: Re: Repost - Slow logon after SP1 on Windows 2003 Terminal Server for roaming profiles
- Next by Date: PAGEFILE (FAT or NTFS)
- Previous by thread: Re: Cookies
- Next by thread: Dual booting xp and 2003
- Index(es):
Relevant Pages
|