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)
how to retrieve the value of a key in session storage
How to retrieve the value of a key in session storage? I want to test the value of a key in session storage in a condition but it returns a negative result yet the value "student " is the va...
max
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
Accessing session variable based on variable in for loop django template
I have some products listed which can be in a cart, this cart is stored in a session variable dictionary for which the key is the product id and the value is some information about the quantity and st...

Jelle
Votes: 0
Answers: 1
Flask session-- Test case failure
Working on storing login objects in session. Solution working fine on local machine. however test cases failing on hacker rank environment.
Steps followed :
login page created to accept username and ...
lazyEval
Votes: 0
Answers: 1