Top "Session-cookies" questions

Session cookies enable a server and a browser to establish an identified connection (through cookies) and communicate though it.

How to change jsessionid cookie path to server root in Spring app on Jetty?

I have a Jetty server running a Spring app on the /app context. The app uses sessions, so it sets …

java spring jetty session-cookies maven-jetty-plugin
encodeURL() example?

Can anyone direct me to a simple example (of code) showing the use of response.encodeURL()? All of my seaches (…

url-rewriting session-cookies session-management
Tomcat 7 sessionid cookie disable http-only and secure

I have a web application which is running on a Tomcat 7 server. The cookie with session id has by default …

cookies tomcat7 session-cookies httponly cookie-httponly
How to set and get JSESSIONID cookie in VBA?

I'm writing a VBA web service client in Excel 2010 using MSXML2.XMLHTTP60 for my Java REST web services hosted on …

vba web-services cookies session-cookies jsessionid
Laravel Session always changes every refresh / request in Laravel 5.4

So the title basically says it all, I am using Laravel 5.4, PHP 7.1 and on my local machine sessions are working …

laravel session cookies laravel-5 session-cookies
Does NSURLConnection automatically persist cookies sent from server?

I logged into my tornado backend from ios and sent back a secure_cookie and i noticed that i could …

ios session-cookies
How to tell PHP to use SameSite=None for cross-site cookies?

According to the article here https://php.watch/articles/PHP-Samesite-cookies and PHP documenation at https://www.php.net/manual/en/…

php session cookies session-cookies php-7.3
Set the SMSESSION cookie to get the response back

I am trying to get the response back from the server. So for that what I did is, I passed …

java jsp session-cookies siteminder
Access session cookie in scrapy spiders

I am trying to access the session cookie within a spider. I first login to a social network using in …

session cookies session-cookies scrapy
How to overwrite existing Cookie with new value in PHP?

I have been searching on how to overwrite a certain cookies value like for example in user's information. how can …

php cookies session-cookies setcookie