if IsEmpty(Session("object")) then ....
or try
if IsObject("Session("object")) then ....
sgd
> -----Original Message-----
> From: Marc Seyon [mailto:seyon at delime.com]
>
> I am storing an object as a session variable (yes, know the
> pitfalls), and
> I need to test whether it exists. I was hoping to use either