asptoday_discuss thread: re-creating session objects
In ASP, what happens when
<%Session("username") = "fred"%>
is run more than once by the same user during the same session? (eg, logging
in more than once during a session)?
Does this create extra session objects and thus drag down the server -- or
does asp ignore or reuse the session object automatically?
THX
|





