static functions/properties and session

  • Thread starter Thread starter Bratislav Jevtic
  • Start date Start date
B

Bratislav Jevtic

hi,

i've got something like PersistenceController, class that should handle all
persistency related operations. if this class has static property like
Instance called from anywhere in asp.net app ( PersistenceController pc =
PersistenceController.Instance), is it same object for all sessions or
different?

thanks in advance,
bj
 
Back
Top