How to get session count , i am planning to implement license limit validation function, to check how many sessions are active on a website.
Whenever a user logs off of the website, i do session.abandon and session.clear.
how to check the count on: pmt.mywebsite.com
since i have almost 8 sites all associated to Public static IP and hosted from same webserver(dedicated)
pmt1.mywebsite.com
pmt2.mywebsite.com
When a user logs off of the pmt.mywebsite.com, i would like to check for that particular website, how many sesions active.(session.count)
Thank you very much for the information..