Click to See Complete Forum and Search --> : ASP session expire issue


George2
June 5th, 2009, 02:18 AM
Hello everyone,

My question is related to ASP classic, not ASP.Net, my question is -- whether it is good code to judge that, if a session variable is "" (Empty String), then I treat session as expired? Like this,


if session("timeToken") = "" then
// logics deal with session expire?


thanks in advance,
George