Hey Everyone,
I've built an online ticketing system, where users need to log in, and can upload files.
In order to not allow anybody not logged in to use a direct link to the files, I have an asp page, that checks for an active session, and on demand, it streams the requested file in binary.
It...