[thelist] Joining an ASP session

pixel pixel at pixelfreak.net
Wed May 29 10:11:00 CDT 2002


In an attempt to spare everyone else the confusion. Don't try to find
the ASP session cookie in the Request.cookie collection.

It will show up in your browser but you will *not* find it in the
collection since it is hidden from the user by the ASP framework.

~Scott

>>
>>
>> Gotcha!
>>
>> One of the down sides of playing with pre-built functons is that they
>> don't
>> always do what you want or have enough flexibility.
>>
>> You "might" be able to force the browser to assume the session buy
>> passing
>> the sessionID via QueryString and then when the person "returns" force
>> the
>> session cookie to be the one in the QueryString via some custom coding
>> with
>> the Response.Cookie functions.
>>
>> Good Luck.
>> --
>> Anthony Baratta
>> President
>> Keyboard Jockeys
>>
>> "Conformity is the refuge of the unimaginative."
>>
>






More information about the thelist mailing list