Hi, Thanks for your responses.
I added cookieless="false" to my webconfig and it is as shown below:
<sessionState customProvider="DefaultSessionProvider" mode="InProc" cookieless="false">
<providers>
<add name="DefaultSessionProvider" type="System.Web.Providers.DefaultSessionStateProvider, System.Web.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" connectionStringName="DefaultConnection" />
</providers>
</sessionState>
The guid does not come up and if i change it to cookieless="true" the long guid comes up. When i viewed the source of my page, i notice that the long guid is coming up on my path to the folder as well as shown below.
<link href="/Content/Site.css" rel="stylesheet" /><link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
<script src="/(F(hAPXXS-chHBD7f38z8lkTah-8oa3DwDpe-JGjigqkPTQVu1Lrc_IBVD6EJKVCUvxybo0rRCS5QzuhxkDd-ZRrpKzdKnIbIENp0xpOuenT6-zo1Eyh_XjqFF-m0izAt36Tpgxlf1JutiQDE8RIIcjjiAlZMer3YcpP6WjRQ0B6QbBVt1zq1AE9ylqISHTpLnQ0))/Scripts/modernizr-2.6.2.js"></script>
<script src="/(F(hAPXXS-chHBD7f38z8lkTah-8oa3DwDpe-JGjigqkPTQVu1Lrc_IBVD6EJKVCUvxybo0rRCS5QzuhxkDd-ZRrpKzdKnIbIENp0xpOuenT6-zo1Eyh_XjqFF-m0izAt36Tpgxlf1JutiQDE8RIIcjjiAlZMer3YcpP6WjRQ0B6QbBVt1zq1AE9ylqISHTpLnQ0))/Scripts/jquery-1.8.2.js"></script>
Funny thing is this guid keeps changing each time i reload the website.
Could there be something on the server which i have not checked?
Thanks
Kuku, if this helps please login to Mark As Answer. | Alert Moderator