Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Open Core Testi...Open Core Testi...7.3 Beta7.3 Beta
Previous
 
Next
New Post
6/2/2014 11:56 AM
 
HttpContext.Current.Request.Browser.Cookies always return false for latest Chrome and Firefox browsers. We checked and it works fine in DNN 7.2.2. So this is specific to 7.3 only. We are setting all cookies with code similar to:

if (HttpContext.Current.Request.Browser.Cookies)
{
HttpCookie cookie = new HttpCookie("TestCookie", "cookieValue");
cookie.Expires = DateTime.Now.AddYears(50);
HttpContext.Current.Response.Cookies.Add(cookie);
}

All our cookies don't work. If we skip capability check then everything works fine. For example, this code works good:

HttpCookie cookie = new HttpCookie("TestCookie", "cookieValue");
cookie.Expires = DateTime.Now.AddYears(50);
HttpContext.Current.Response.Cookies.Add(cookie);

Both code snippets were run on module Load event.

Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
6/2/2014 1:46 PM
 
Will - I can't repro this.

I put a breakpoint in Default.aspx, OnLoad, and it returns true there.

Charles Nurse
Chief Architect
Evoq Content Team Lead,
DNN Corp.

Want to contribute to the Platform project? - See here
MVP (ASP.NET) and
ASPInsiders Member
View my profile on LinkedIn
 
New Post
6/2/2014 2:24 PM
 

Have you tried it in a module's onload? We didn't try it as a core change, but as a module developer would do it. We can reproduce this consistently, but only in the 7.3 beta.


Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
6/6/2014 12:42 PM
 
FYI - While we can still verify this consistently on the beta build that's on codeplex, we just tested in the most recent nightly build and it appears to be fixed now.

Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
6/9/2014 8:02 AM
 

Thanks for the follow up Will.  Is there a Jira issue logged against this that we should close?


Joe Brinkman
DNN Corp.
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Open Core Testi...Open Core Testi...7.3 Beta7.3 Beta


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out