access web.config session section programatically

  • Thread starter Thread starter Ashish
  • Start date Start date
A

Ashish

hi all,
i am just curious as to how to access the SessionState section in
web.config file programatically and then to possibly change it , are
there any .net standard classes to do this ?


TIA
-ashish
 
hi,
withregards to session attributes,
we can access them programatically in our code ...
there r Session.mode
also session.iscookieless
and also timeout

so u can access them
in code
 
Back
Top