Using the
Response Object
with the
Redirect Method
for: Re-Direct w/Session Check
Use this redirect on splash pages.
Code:
Place above the <HTML> Tag:
Highlight
<% if Session("SeenSplash") Then response.redirect("homepage.asp") else Session("SeenSplash") = true end if %>