Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Matthew Jarvis 129 posts 129 karma points
    Mar 08, 2012 @ 16:51
    Matthew Jarvis
    0

    Session state in Web.config

    Hi All

    When setting our sessionState in the web.config to AutoDetect. 

    <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="AutoDetect" timeout="20" />

    Our website works fine with browsers with cookies enabled but if a user has cookies disabled whenever they click on a link the page just postsback.  Any ideas why this is happening?

    Thanks

    Matt

  • Matthew Jarvis 129 posts 129 karma points
    Mar 13, 2012 @ 17:38
    Matthew Jarvis
    0

    Intentional bump :-)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies