This is a migrated thread and some comments may be shown as answers.

RadMenu's submenu not appearing in a cookieless WEB Applicaiton

2 Answers 77 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Sandip Nandi
Top achievements
Rank 1
Sandip Nandi asked on 08 Nov 2010, 03:52 PM
Hi.
 I tried to use the Radmenu with cookieless and with cookies, and have observed that it does not appear in a cookies less environment, where as the top menu appears, but nothing appears for submenu items.
  Is there any config or settings that I am missing, which is required to make the rad sub menu work in a cookies less environment.

 The difference lies in making changes to the web.config.

1.  'CookieLess='useUri' --> for Cookie Less
     <sessionState mode="InProc" cookieless="useUrl" timeout="900"/>  and 'UseUri'


2. CookieLess = 'UseCookies' for working with cookies.
     <sessionState mode="InProc" cookieless="UseCookies" timeout="900"/>  and 'UseCookies'


In case 2, telerik rad menu and submenu works fine, but in case 1, When we want it to be cookieless it does not works.

Thanks in Advance.

Regards

SANDIP


forms name=".ASPXAUTH"
             loginUrl="Login.aspx"
             protection="All"
             timeout="30"
             path="/"
             requireSSL="false"
             slidingExpiration="true"
             defaultUrl="Default.aspx"
             cookieless="UseCookies"
<sessionState mode="InProc" cookieless="false" timeout="900"/>
<authentication mode="Forms">
      <forms name=".ASPXAUTH"
             loginUrl="Login.aspx"
             protection="All"
             timeout="30"
             path="/"
             requireSSL="false"
             slidingExpiration="true"
             defaultUrl="Default.aspx"
             cookieless="UseCookies" />
</authentication>

forms name=".ASPXAUTH"
             loginUrl="Login.aspx"
             protection="All"
             timeout="30"
             path="/"
             requireSSL="false"
             slidingExpiration="true"
             defaultUrl="Default.aspx"
             cookieless="UseCookies"

2 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 11 Nov 2010, 12:59 PM
Hello Sandip,

I tried to reproduce this issue but to no avail. Please send us a simple page where the problem can be observed.

All the best,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Tonino
Top achievements
Rank 1
answered on 21 Nov 2011, 10:11 AM
Hi SANDIP

It looks like you misspellt the parameter for cookieless. It should be "useUri" and not "useUrl".

Regards,
Tonino.
Tags
Menu
Asked by
Sandip Nandi
Top achievements
Rank 1
Answers by
Yana
Telerik team
Tonino
Top achievements
Rank 1
Share this question
or