Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing Application from remote PC
Message
From
21/04/2010 16:37:22
 
 
To
21/04/2010 16:25:45
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01461072
Message ID:
01461405
Views:
34
>>How have you configured sessionState? If you are using cookies, does the failing browser have cookies disabled?
>
>I just found Session State in IIS and it is configured as:
>
>Session State Mode Settings:
>In Process
>
>Cookie Settings:
>Mode: Use Cookies
>Name: ASP.NET_SessionId
>Time-out: 20 mins
>
>use hosting identity for impersonation is checked.
>
>Does this mean I need to ensure cookies are enabled on the workstations' browsers?


As always, it depends. The short answer is yes. Another option is to use a cookie mode of "AutoDetect". I'm not sure what versions of ASP.net support AutoDetect. I know 3.5 does. All the gory details are here

http://msdn.microsoft.com/en-us/library/h6bb9cz9.aspx

I feel your pain. So much to learn, so little time!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform