ASP.net sessionState **RESOLVED**
Hi All,
Now that I have my application installed on a remote web server, session objects dont work when pages are accessed remotely. But when accessing them locally from the server itself it works perfectly. I have tried to manipulate the sessionState settings but still gives me nothing concrete... i've used the following:
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="false"
timeout="20"
/>
anybody can help, thanx.