How can we access the Session variable in a Sharepoint 2010 sandboxed solution?
Asked
Active
Viewed 606 times
1 Answers
1
Unfortunately the Session variable is apparently one of the things that is specifically unavailable in the sandbox.
If you really need access to it then you should consider using an non-sandbox solution, the pros and cons of which are discussed here: Sandbox solutions seem to be too severely crippled
-
is there any alternative for the same? – Anoop George Thomas Apr 09 '11 at 09:52
-
@Anoop George Thomas: None that I'm aware of. And the lack of alternative answers seems to indicate not. You could try reposting here: http://sharepoint.stackexchange.com/ – Stu Pegg Apr 09 '11 at 16:02