Is it possible to set SessionState to readonly mode? Readonly mode means, we can only read data from session but we can not write any data in session variable?

 Posted by Virendradugar on 11/17/2009 | Category: ASP.NET Interview questions | Views: 4887
Answer:

Yes, it is possible.
EnableSessionState property has a value "Readonly" which actually makes the session state read only.

Thanks.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response