<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Need to access session variables in an ashx?</title>
	<atom:link href="http://www.nerdboy.co.uk/2009/01/need-to-access-session-variables-in-an-ashx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nerdboy.co.uk/2009/01/need-to-access-session-variables-in-an-ashx/</link>
	<description>nerdboy blog - web development stuff</description>
	<lastBuildDate>Fri, 13 Aug 2010 19:38:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.nerdboy.co.uk/2009/01/need-to-access-session-variables-in-an-ashx/comment-page-1/#comment-144</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 13 Aug 2010 19:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdboy.co.uk/?p=48#comment-144</guid>
		<description>@bashkutty - it&#039;s server-side so shouldn&#039;t matter what browser you&#039;re using</description>
		<content:encoded><![CDATA[<p>@bashkutty &#8211; it&#8217;s server-side so shouldn&#8217;t matter what browser you&#8217;re using</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bashkutty</title>
		<link>http://www.nerdboy.co.uk/2009/01/need-to-access-session-variables-in-an-ashx/comment-page-1/#comment-143</link>
		<dc:creator>bashkutty</dc:creator>
		<pubDate>Tue, 03 Aug 2010 04:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdboy.co.uk/?p=48#comment-143</guid>
		<description>This is only working in IE . It is not working in Mozilla,Chrome,safari and Opera.
Any help can be appreciated.</description>
		<content:encoded><![CDATA[<p>This is only working in IE . It is not working in Mozilla,Chrome,safari and Opera.<br />
Any help can be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tee</title>
		<link>http://www.nerdboy.co.uk/2009/01/need-to-access-session-variables-in-an-ashx/comment-page-1/#comment-69</link>
		<dc:creator>Tee</dc:creator>
		<pubDate>Fri, 26 Mar 2010 14:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdboy.co.uk/?p=48#comment-69</guid>
		<description>what would I change this to?



using System;
using System.Web;

public class Handler : IHttpHandler {
    
    public void ProcessRequest (HttpContext context) {
        context.Response.ContentType = &quot;text/plain&quot;;
        
      
        context.Response.Write(Convert.ToString(HttpContext.Current.Session[&quot;pichash&quot;]));
    }
 
    public bool IsReusable {
        get {
            return false;
        }
    }

}</description>
		<content:encoded><![CDATA[<p>what would I change this to?</p>
<p>using System;<br />
using System.Web;</p>
<p>public class Handler : IHttpHandler {</p>
<p>    public void ProcessRequest (HttpContext context) {<br />
        context.Response.ContentType = &#8220;text/plain&#8221;;</p>
<p>        context.Response.Write(Convert.ToString(HttpContext.Current.Session["pichash"]));<br />
    }</p>
<p>    public bool IsReusable {<br />
        get {<br />
            return false;<br />
        }<br />
    }</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.nerdboy.co.uk/2009/01/need-to-access-session-variables-in-an-ashx/comment-page-1/#comment-30</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 30 Apr 2009 00:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdboy.co.uk/?p=48#comment-30</guid>
		<description>This was excellent. Exactly correct fix to enable session state variables. Thank you.</description>
		<content:encoded><![CDATA[<p>This was excellent. Exactly correct fix to enable session state variables. Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
