SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
SI - Site Forums : Silicon Investor - Welcome New SI Members! -- Ignore unavailable to you. Want to Upgrade?


To: Eric L who wrote (20698)3/29/2004 8:07:37 PM
From: SI Dave  Read Replies (2) | Respond to of 32873
 
You're in good company. Bob cleared his cookies, now he can't get in either. <g>

#reply-19964470



To: Eric L who wrote (20698)3/29/2004 8:47:42 PM
From: SI Bob  Read Replies (1) | Respond to of 32873
 
Should be working now. I'm still struggling with getting my head around some of the differences in ASP.NET, especially when and how to safely close db connections and, in this case, handling cookies.

In classic ASP, if you read a cookie that doesn't exist, you get null, which is simple enough to deal with. In ASP.NET, you have to first check to see if the cookie exists. If it doesn't and you try to read it, it bombs out.

Dave and I still had cookies on our machines from the classic ASP version of SI Dev, so it wasn't blowing up for us.

I'm still working on better error handling/reporting.