Is there a way in Coldfusion to selectively enable a user session? I don’t need to track all users that visit my site, only users who have logged in. Is there a way to activate the user session, only after a login process?
(I have a feeling the answer is no, but I thought I’d ask as some of you may have more experience with user sessions.)
If you enable sessions, you’ll get them for every user. Nothing says you need to use session variables, however. Only the most basic data (session token, for instance) will be created.