Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Intranet Cookie Issue

  • No replies
  • 1 has this problem
  • 1 view
more options

My corporate intranet site uses cookies. It used to work on Firefox with no troubles. A year + ago, it stopped working. It still works fine with IE and Edge.

I found the issue is the cookie. When I check it on the login page, the cookie is there and I can access the values inside of it. After i redirect to the next page, the cookie is no longer there. I am reading it using request.cookie("CookieName")("CookieVariable").

Can someone give me advice what can be causing this?

Thanks.

My corporate intranet site uses cookies. It used to work on Firefox with no troubles. A year + ago, it stopped working. It still works fine with IE and Edge. I found the issue is the cookie. When I check it on the login page, the cookie is there and I can access the values inside of it. After i redirect to the next page, the cookie is no longer there. I am reading it using request.cookie("CookieName")("CookieVariable"). Can someone give me advice what can be causing this? Thanks.