python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why can't I set session cookies? [Sovled]
I set session cookies but it creates new cookies. I'm tired of this Do you know how to fix it?
Code:
document.cookie = ".ROBLOSECURITY=cookie; expires=session; path=/";
nutza tv ch
Votes: 0
Answers: 2
Prevent unauthorized http requests redirected to /error from setting session cookie - spring boot - spring security
Context
I'm having some trouble with my application. We're using Spring Boot 2.4.10 and Spring Security 5.4.8. We use cookies to interact with the app.
We have a frontend application stored in src/mai...

mint
Votes: 0
Answers: 1
How to properly restore a deleted PHP $_SESSION
So I have the following problem; I'm using a PHP $_SESSION to authenticate logged-in users and allow access to specific pages of a website A. As the protected parts of A allow to execute payments, its...
DevelJoe
Votes: 0
Answers: 0
Symfony Stripe Disconnect after Payment
in my application Symfony 5.4 and PHP 8.0, i'm using Stripe Payment Checkout https://stripe.com/docs/payments/checkout, after payment success or error my user need to be redirect.
'success_url' => ...
ItSemih
Votes: 0
Answers: 1