Questions tagged [missing-cookies]

27 questions
8
votes
4 answers

Why would Laravel Sessions fail in just Safari and IE after switching server?

New VPS server with Webmin, Apache Centos 6, Laravel application and old database schema. All working fine on old shared host, but on VPS for some reason Laravel's Session storage (Laravel 3.0) is no longer working on Safari or Internet Explorer.…
Browno
  • 81
  • 1
  • 4
4
votes
3 answers

Why doesn't Safari set the cookies from my Perl CGI script?

I have a Perl-based website that attempts to set a number of cookies on the users first visit and I just noticed that Safari has stopped setting all but the first cookie that is passed. On first visit two cookies should be set which are 'location'…
Russell C.
  • 1,649
  • 6
  • 33
  • 55
3
votes
1 answer

can't see some cookies using javascript

I'm trying to access cookies using client-side javascript. On the server I'm using node.js and cookies module. I set two cookies, "UUID" and "nick". I can read these back correctly on the server, and I can also see that they are set by looking at…
so12311
  • 4,179
  • 1
  • 29
  • 37
2
votes
2 answers

Cookie not being read

I implemented "Remember me" functionality in my web app. I did this using a cookie that contains username/password encrypted using RSA. I add the cookie when I login; if then I logout (without closing browser) the cookie is read ok and in the login…
damian
  • 4,024
  • 5
  • 35
  • 53
2
votes
1 answer

$cookies.get is not a function - Angular JS

Designed two pages. Cookies is not set and showing error. CDN:
2
votes
2 answers

.net mvc some users missing cookies

I am using custom forms authentication for an asp.net MVC application, and am having problems with some users seemingly not having cookies. The custom forms authentication method we are using is similar to this - custom forms authentication.…
2
votes
2 answers

RequestVerificationToken cookie not present in Response

My ASP.NET MVC application prevents CSRF attacks by using the ValidateAntiForgeryToken attribute and calling Html.AntiForgeryToken to write a hidden input element with the token value, and also place the token in the cookie. My exception log is…
Rob Gray
  • 3,186
  • 4
  • 33
  • 34
1
vote
2 answers

Cookies missing in Chrome dev tools application tab but visible under network section

I am trying to set a cookie on button click using React (Frontend) and Node+Express as a backend. I can see the cookie in the response header under the network tab but the same cookie is not set under the application tab. I tried everything…
1
vote
0 answers

Python Flask App Cookies Sessions sometimes missing

If the code comes from somewhere else in the case http://domain.localhost it can't find the cookies and sessions under /, but after the detour via /callback it can find them. I am using Flask 2.2.2 but it has already been tested under all v2 and the…
1
vote
1 answer

Why is one cookie missed?

I'm scrapping a page which is the result of a redirect: I visit page1 first, then it redirects to page2 via http-equiv="refresh". I'm scrapping page2. Content on page2 is based on some cookies page1 sets. I see page1 returns 2 cookies, but when I…
edteke
  • 562
  • 5
  • 22
1
vote
0 answers

Login into Web portal via Java

My scenario: I am working with an enterprise portal which is closed-source to me , the app provides some reports , I need to show the reports in a TV , so I need to , the TV has a build-in web browser to show html. til here there is no problem but…
1
vote
0 answers

Retrieving cookie on subdomain that was created on main domain

I have been researching not only this site, but also around the web and cannot find the solution. I have full access to both domains. The code in my main domain (test.com.es) is: