thanks for the quick reply!
so if i understand correctly, when someone clicks 'logout', basically it's only removing/expiring this form authentication cookies but all session variables set in any customized modules remain and must be explicitly remove?
so when iis reset, these cookies would still remain. what's the best way you would suggest me to do if i want to ensure these are deleted when IISReset.
now it also triggers a question in mind: supposingly i have two users using the same machine and open two different browsers on the same machine, login to a DNN application separately. i found out that both users would behave separately (e.g. browser A on the computer as a regular user see regular user screens; browser B login as admin on the same computer and see admin screen). in some situations this is handy but in our applications, this is not very well. what would be the best solution to forbidden such sceanrio to happen(e.g. in Yahoo Mail, i think if cases like that and 2nd user login again on the same machine, it would automatically take over and presume all screens to be based on 2nd user's login criteria).
thank you in advance.