[thelist] checking if session objects exist (ASP)

Scott Dexter sgd at ti3.com
Thu Nov 15 14:52:19 CST 2001


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 




More information about the thelist mailing list