Hey Greg

You can enable the session,
http://stackoverflow.com/questions/2156524/asp-net-session-is-null-in-ashx-file

Thanks,


*Michael Ridland | ThinkSmart Digital*
Managing Director
P. 0404 865 350
E. [email protected]
W. www.thinksmartdigital.com.au
T. www.twitter.com/rid00z
L. au.linkedin.com/in/michaelridland


 <http://au.linkedin.com/in/michaelridland>


On Fri, Jul 1, 2011 at 12:15 PM, Greg Keogh <[email protected]> wrote:

> Just a warning about ashx “pages” ... When my browser first arrives at the
> URL of my ashx handler, the Session is null becuse it’s so early in the
> lifecycle. I planned to pull parameters out of the request query string and
> use them to perform some lookups and pre-fill Session values. Sadly, the
> Session is null so I have to find a workaround -- Greg****
>

Reply via email to