how to Compress Session in ASP.Net 3.5
it may help you..
http://stackoverflow.com/questions/231740/how-do-you-compress-objects-stored-in-session-cache
http://weblogs.asp.net/albertpascual/archive/2008/10/27/zip-compressing-asp-net-session-without-changing-your-code-using-a-session-provider.aspx
Thanks..
pl answer
Hi,
Session Compress available in asp.net 4.0 only
like below
goto web.config
<sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" compressionEnabled="false" />
if it is not working then try below blog
http://www.hanselman.com/blog/TheWeeklySourceCode35ZipCompressingASPNETSessionAndCacheState.aspx