|
-
Mar 24th, 2004, 03:41 AM
#1
Thread Starter
Hyperactive Member
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.
Last edited by vbud; Mar 25th, 2004 at 12:07 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|