Ask a Question related to ASP.NET General, Design and Development.
-
Robert Hanson #1
Cookies Liability Issue
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
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Robert Hanson Guest
-
need help on cookies
Hi, I need some help on using cookies.. how to set secure flag on for cookies??? -
Issue with Cookies not getting deleted even after setting a previous date in expires property
I am using the following to delete the contents of a cookie Response.Cookies("maincookie").expires = DateAdd("d",-2,now) Response.redirect... -
Some cookies are being set, some aren't
I've got a problem with cookies failing. Here's the setup- A staging server, RedHat Linux, with php 4.3 Main server, FreeBSD, also php 4.3 ... -
need help with cookies
I need to grab cookies from a web page and pass those cookies back to the web page when needed. I downloaded the cURL program and was playing with... -
Cookies... Help Please !
In article <2lg5ivcd5n5t8ao8fp2050rc65sei8uai7@4ax.com>, Fred < @> wrote: Does php allow this? I would use strcmp. -
Marina #2
Re: Cookies Liability Issue
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.
"Robert Hanson" <roberth@cpuandsimplepdm.com> wrote in message
news:%23Ll25hLQDHA.304@tk2msftngp13.phx.gbl...> 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
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Marina Guest
-
Yan-Hong Huang[MSFT] #3
RE: Cookies Liability Issue
Hello Bob,
You could refer to
[url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q175167[/url] 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? [url]http://www.gotdotnet.com[/url]
--------------------
!From: Robert Hanson <roberth@cpuandsimplepdm.com>
!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: <#Ll25hLQDHA.304@tk2msftngp13.phx.gbl>
!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!tk2msftn gp13.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
!
!*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
!Don't just participate in USENET...get rewarded for it!
!
Yan-Hong Huang[MSFT] Guest



Reply With Quote

