You have to add this in web.config:
<configuration><system.web><sessionState mode="StateServer"stateConnectionString="tcpip=127.0.0.1:42424"cookieless="false"timeout="20"/></system.web></configuration>