M
Mike
Is there a way to only create sessions for specific users? I already have
the user logging in and only want to use sessions for the few administrators
that log in. My concern is that asp.net will just create a session for each
person that comes in. Maybe I can intercept this behavior in the global
asax and tell session to only exist for certain users.
Thanks,
Mike
the user logging in and only want to use sessions for the few administrators
that log in. My concern is that asp.net will just create a session for each
person that comes in. Maybe I can intercept this behavior in the global
asax and tell session to only exist for certain users.
Thanks,
Mike