Using Session Vars in a MVC Domain Model library
Posted
by 104286623826380127552
on Stack Overflow
See other posts from Stack Overflow
or by 104286623826380127552
Published on 2010-04-24T11:58:15Z
Indexed on
2010/04/24
12:03 UTC
Read the original article
Hit count: 181
Hello to all. I have a IQueryable function. In that function, I need to store and retrieve data to Session; can you guys point me in the right direction.
I've looked at the HttpSessionStatBase where the session is usually taken from HttpContext.Current but this doesnt seem possible to do in the library. Am I missing something?
Thanks in advance.
© Stack Overflow or respective owner