Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: re-creating session objects


Message #1 by Dan Newman <pc@r...> on Thu, 13 Dec 2001 12:19:22 -0800
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




  Return to Index