[thelist] asp cookies -- print all?

Brian Cummiskey Brian at hondaswap.com
Wed Jan 11 15:50:05 CST 2006


VOLKAN ÖZÇELİK wrote:
> I have been away from classis asp for a while thus the syntax may not
> be correct:
> 
> Sub PrintCookies
>      Dim strResult
>      For Each cookie in Request.Cookies
>          strResult = strResult & "," & cookie
>     Next
>     PrintCookies = strResult
> End Sub

volkan, that doesn't seem to work.  But, the problem i was facing was 
avoided due to yet another last-minuet change by the client.

Thanks :)




More information about the thelist mailing list