[CLOSED] Issue with Cookieless urls

  1. #1

    [CLOSED] Issue with Cookieless urls

    Dear Support Team,

    We are using Ext.Net 1.x in one of our application. We wish to enable cookieless urls, however we are facing 404 error with Javascript & CSS files.

    Please find below our observation:



    Do suggest, if this is something to do with Ext.Net configuration?

    Thanks.
    Last edited by Daniil; Jan 10, 2014 at 10:41 AM. Reason: [CLOSED]
  2. #2
    Hello,

    I ran some tests on both Ext.NET 1.x and 2.x and Cookieless SessionState appears to be working correctly in both versions.

    I created a simple test:

    http://test.ext.net/Default.aspx

    The following was added to the Web.config:

      <system.web>
        <sessionState cookieless="true" />
      </system.web>
    I'll leave the cookieless="true" setting on the http://test.ext.net server for a while, but it will probably be removed at some point.
    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] Resource Manager cannot load Icons in cookieless configuration
    By deljodevassy in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 12, 2013, 6:26 AM
  2. Replies: 5
    Last Post: Jul 25, 2011, 6:14 PM
  3. [CLOSED] Using ~ In Urls
    By rcaunt in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Oct 28, 2009, 12:58 PM
  4. Cookieless session state
    By signup in forum 1.x Help
    Replies: 3
    Last Post: Aug 26, 2009, 8:05 AM
  5. [CLOSED] Resolving ASP.NET urls
    By Justin_Wignall in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 20, 2009, 5:18 AM

Tags for this Thread

Posting Permissions