Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

exist Session Variable?

Status
Not open for further replies.

JoernSaischek

Programmer
Jul 20, 2000
9
0
0
AT
I know it is a simple question, but my brains seem blocked today.

How can I test if a session variable exists? (I'm not interested in the value)
 
if session("whatever")="" then
do_what_to_do_if_session_does_not_exists
else
do_what_to_do_if_session_exists
end if

Hope that helps..

Mike..
 
Put a loop like for everything in session variable to print

regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top