Duplicate cookies in ASP.NET

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Chris... (christiandalen_at_hotmail.com)
Date: 04/06/04


Date: 6 Apr 2004 03:52:31 -0700

I have an application that works just fine under normal conditions.
But... When I run it through a "SSL Consentrator" (From Array
Network), it starts to send me several (Request) cookies with the same
name after the application has performed a "SignOut" - One with a
"correct value" and one more that is blank. If I try to use/handle the
"correct cookie" (Looping through the cookies), the application does
not work properly, and if i try to sign out once more - I end up with
3 simular cookies -It generates one more empty cookie for each time I
perform a "SignOut". The only solution that works, is if the user
closes the browser, and open a new one.

I am wondering if it is the box from Array that does not handle
cookies correctly, but...

Has anyone seen anything simular?

Chris...



Relevant Pages

  • Re: Newbie: How to loop through lines in a file? <----Brian
    ... The extra latency is imposed on cookie-rejecters only. ... part of modern web browsing and should be accepted. ... Cookies can be easily ... can wait a few extra milliseconds for my array to populate. ...
    (comp.lang.php)
  • Datastructure
    ... website (using cookies). ... I've got a problem with the sorting of ... %hash(array(array)) "hash of an array of an array" ...
    (comp.lang.perl.misc)
  • Re: find a cookie by part of its name
    ... cookies are stored in an array called $HTTP_COOKIE_VARS right? ... For example the cookiename is firstname and I want to check all cookies ... I tried to work wih string and substrings, ...
    (comp.lang.php)
  • Re: Datastructure
    ... website (using cookies). ... I've got a problem with the sorting of ... %hash(array(array)) "hash of an array of an array" ... You have to dereference the array (push only modifies arrays): ...
    (comp.lang.perl.misc)