This is pointed more to Admins and Support people, but it may be of interest to others.
I use quite a few session variables and set and populate them in the according event areas. All it well.
Today, I decided (now that I know it works ) to place the session variables into the On Session Start section of my project's Global.asa file. Done this lots in the past.
Anyway, it seems that this doesn't work with ASPR.
Not a huge deal, as I've uncommented them from my events.
But I am curious. I know they get initialized in Global.asa, but don't seem to get used.
In other words (with debugging enabled and writing the vars out), they are empty.
Thanks.