Top "Session-cookies" questions

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

How do I set HttpOnly cookie in Django?

How do I set HttpOnly cookie in Django? And is it worth the effort to prevent XSS?

django xss session-cookies
Is a PHP Session acceptable with the new UK cookie law?

I am just looking for some advice on the new UK Cookie Law and how it affects PHP sessions. I …

php cookies session-cookies
Client only cookies - cookie which doesn't ever go to the server

I want to store user-clicked data in a cookie which never has to go to the server. Its like a …

javascript jquery html cookies session-cookies
How to add to Azure Session Cookies HttpOnly and Secure attributes

In my ASP.NET MVC 4 application I use a third-party service. And one of the service's terms of use is …

asp.net-mvc azure session-cookies
What is the difference between signed and encrypted cookies in Rails?

The documentation of ActionDispatch::Cookies gives nearly identical descriptions for both signed cookies and encrypted cookies. It appears that both …

ruby-on-rails cookies session-cookies
How to set session timeout / expiry time in ASP.NET Core MVC?

I am using ASP.NET Zero version 7 of ASP.NET Core, MVC and jQuery project. I am trying to set …

asp.net-core asp.net-core-mvc session-cookies session-timeout aspnetboilerplate
Express session with different cookie domain per request?

I have a situation where an app can be accessed from multiple different domains. For instance, foo.com and bar.…

javascript node.js session express session-cookies
.Net MVC Partial View load login page when session expires

I am building a web application using .net MVC 4. I have ajax form to edit data. If the user is …

ajax asp.net-mvc c#-4.0 session-cookies asp.net-mvc-partialview
View HttpOnly session cookies in Internet Explorer

Using Internet Options I can see all persistent cookies, and using Developer Tools I can see all JS-accessible session cookies. …

internet-explorer-8 session-cookies ie-developer-tools
Cookies received from Server is Secure But Cookies sent to Server is not secure ASP.NET

In my ASP.NET Web application, i have made the below changes to make the ASP.NET_SessionID and .ASPXAUTH …

asp.net security session-cookies asp.net-session