ASP Classic Session Variable Not Always Getting Set
- by Mike at KBS
I have a classic ASP site I'm maintaining and recently we wanted to do special rendering actions if the visitor was coming from one specific set of websites. So in the page where those visitors have to come through to get to our site, I put a simple line setting a session variable:
<!-- #include virtual="/clsdbAccess.cs"-->
<%
set…