When we use HTTP handlers can we access session state ?
Interview question and answer by:
Chvrsri | Posted on: 2/24/2012 | Category:
C# Interview questions | Views: 983 | |
Points: 40
Answer:
No, When we use HTTP handlers we cannot access Session state but we can access by using a "marker" interface IRequiresSessionState or IReadOnlySessionState in order to use session state.
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: