I have a web with a login page. The idea is for the users to login and have access to a number of articles depending on their individual classification. When I try to store their security level in a SESSION("SECURITY_LEVEL"
thing, it doesn't work. I've tried modifying the GLOBAL.ASA file, but without any luck. I could use COOKIES, but would rather not since not all my users allow this. Please, help me if you can.