Cookies Liability Issue

  • Thread starter Thread starter Robert Hanson
  • Start date Start date
R

Robert Hanson

After you determine that a user's browser is set not to use cookies when
storing per user information in session, since you can't change to
cookieless for that particular session (only in machine.config and
web.config), what is the suggested alternative?

Thanks in advance,

Bob Hanson
CEO
Custom Programming Unlimited LLC
 
Users should configure their browser to allow session cookies - even if they
chose to disallow other types of cookies.

But you either have the option of using cookieless session state, or with
cookies. You can't change that midstream.
 
Hello Bob,

You could refer to
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q175167 for some
other place to store state data.

Hope it helps.

Best regards,
yhhuang
VS.NET, Visual C++
Microsoft

This posting is provided "AS IS" with no warranties, and confers no rights.
Got .Net? http://www.gotdotnet.com
--------------------
!From: Robert Hanson <[email protected]>
!X-Newsreader: AspNNTP 1.50 (ActionJackson.com)
!Subject: Cookies Liability Issue
!Mime-Version: 1.0
!Content-Type: text/plain; charset="us-ascii"
!Content-Transfer-Encoding: 7bit
!Message-ID: <#[email protected]>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Date: Wed, 02 Jul 2003 09:39:14 -0700
!NNTP-Posting-Host: actionjackson133.dsl.frii.net 216.17.147.133
!Lines: 1
!Path: cpmsftngxa09.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
!Xref: cpmsftngxa09.phx.gbl microsoft.public.dotnet.framework.aspnet:31776
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!After you determine that a user's browser is set not to use cookies when
!storing per user information in session, since you can't change to
!cookieless for that particular session (only in machine.config and
!web.config), what is the suggested alternative?
!
!Thanks in advance,
!
!Bob Hanson
!CEO
!Custom Programming Unlimited LLC
!
!
!Don't just participate in USENET...get rewarded for it!
!
 
Back
Top