ciao a tutti,
ho un problema nell'utilizzo delle Sessioni con Asp .Net.
salvo in una variabile Session una variabile e nel cambio pagina mi diventa nothing.
ho provato con mode="InProc" e mi ha dato questo problema.
poi ho fatto dei test con mode="StateServer" e mi visualizza una pagina di errore:

"Unable to make the session state request to the session state server. Please ensure that the ASP.NET State service is started and that the client and server ports are the same. If the server is on a remote machine, please ensure that it accepts remote requests by checking the value of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\aspnet_state\Parameters\AllowRemoteConnection."

Il servizio l'ho avviato da Strumenti di amministrazione/Servizi e lì mi segnala che è attivo.
Come parametro in web config ho impostato:
stateConnectionString="tcpip=127.0.0.1:42424"

Chiedo qualche spiegazione x risolvere il problema, sia per il modo "InProc" che per "stateServer", mi è sufficiente usare le sessioni, non mi interessa come.

non so proprio come procedere,grazie a tutti
Luca