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

learn more… | top users | synonyms (1)

20
votes
3answers
5k views

What is the difference between session_unset() and session_destroy() in PHP?

From the php.net documentation: session_destroy — Destroys all data registered to a session session_unset — Free all session variables My three part question is: The two functions seem very ...
18
votes
1answer
1k views

uninitialized constant ActionDispatch::Session::EncryptedCookieStore (NameError)

i'm on rails 4 with passenger. everything was working great until i did a bundle just now. now i'm hitting the following error: Web application could not be started uninitialized constant ...
14
votes
1answer
4k views

Switching between HTTP and HTTPS pages with secure session-cookie

It's a common scenario, that a website has pages with sensitive data, which should be accessed only with the HTTPS protocoll, and other ones with noncritical data. I found a solution which allows ...
13
votes
3answers
17k views

Android session management

Is there a specific library for Android session management? I need to manage my sessions in a normal Android app. not in WebView. I can set the session from my post method. But when I send another ...
13
votes
3answers
201 views

MVC4 / IIS / Forms Authentication SSO issue

I’ve got a weird intermittent issue with MVC4 / IIS / Forms Authentication. I’ve got a pair of sites that pass control to each other using SSO. Most of the time the handover occurs correctly and the ...
13
votes
2answers
1k views

iphone bookmarklet cookie persistence

I have an iphone (jqtouch based) web app that uses cookies for authentication. The use flow is as follows : user goes to the mobile landing page and is instructed to save the page as a bookmarklet ...
12
votes
5answers
418 views

How to keep extending session life when user is active?

Let's say there's a site/system with a logged in member area, and users are rarely, but very inconveniently logged out while working with the site/system. It's doubtfully session expiring, since the ...
11
votes
4answers
2k views

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 understand that you do not need the users to opt in when a cookie is "strictly necessary" and the example ...
10
votes
3answers
5k views

how to refresh JSESSIONID cookie after login

A product I work on got a tough security audit by a potential customer and they are upset that Tomcat sets a JSESSIONID cookie before authentication has happened. That is, Tomcat sets this cookie ...
10
votes
1answer
2k views

MVC3 and Authentication

Ok, I'm new to web development, so I might be getting some of these terms wrong. I apologize in advance. I am having trouble understanding the different elements of authentication. Every method seems ...
10
votes
1answer
6k views

Login to Google with PHP and Curl, Cookie turned off?

I have this code for logging into Google using Simple DOM Parser with curl. I've tried adding in the cookiejar file, but to no avail. I keep getting the message: Your browser's cookie functionality ...
10
votes
5answers
8k views

Setting HTTPONLY for Classic Asp Session Cookie

Does anyone know exactly how to set HTTPONLY on classic ASP session cookies? This is the final thing that's been flagged in a vulnerability scan and needs fixing ASAP, so any help is appreciated. ...
9
votes
5answers
21k views

session only cookie for express.js

http://www.javascriptkit.com/javatutors/cookie.shtml Session only cookies, on the other hand, stores information in the browser memory, and is available for the duration of the browser ...
9
votes
3answers
9k views

How to secure the ASP.NET_SessionId cookie?

I have set the .ASPXAUTH cookie to be https only but I am not sure how to effectively do the same with the ASP.NET_SessionId. The entire site uses HTTPS so there is no need for the cookie to work ...
9
votes
1answer
982 views

AngularJS - How to set expiration date for cookie in AngularJS

We want to store User's Authorization information in cookie which should not be lost upon refresh (F5) of browser. We want to store authorization info in "permanent-cookie" in case user has opted for ...
9
votes
2answers
3k views

Scrapy - how to manage cookies/sessions

I'm a bit confused as to how cookies work with Scrapy, and how you manage those cookies. This is basically a simplified version of what I'm trying to do: The way the website works: When you ...
9
votes
3answers
961 views

JBoss 7.0.1 running without jsessionid in the URL is not working

Because of some security reasons I deceided to disable session tracking by jsessionid in URL. Before I changed my web.xml to the one below, I had on the first time I visited the page a jsessionid in ...
9
votes
4answers
312 views

How does PHP parse raw cookies into $_COOKIE?

I have an issue with cross-domain AJAX requests. Three servers are involved in this issue. We can call them A1, A2, and B. A1 and A2 are running the same application code. They are two staging ...
9
votes
2answers
565 views

No Session Cookies on Internet Explorer 9 AJAX requests

Internet Explorer 9 is not sending session cookies with my AJAX requests. When I issue an authentication request to my API via AJAX, it returns a response that sets a session cookie. Subsequent ...
8
votes
2answers
12k views

how to delete cookies in asp.net website

In my website when user clicks on logout button. Logout.aspx page loads with code Session.Clear(); in ASP.NET/C# do this clear all cookies? Or is there any other code to be added to remove all the ...
8
votes
1answer
4k views

Get Session expiration time in Zend Framework

Is there a way in Zend Framework or PHP to get the time until the Session(PHPSESSID cookie) expires?
7
votes
2answers
1k views

How do i set HttpOnly cookie in django?

and does it worth the efforts?
7
votes
4answers
2k views

Cookies vs Basic Auth

Why almost all websites out there are using cookies instead of basic auth? It can't be only that the user/pass window is ugly and none of them is more secure. They are both insecure (without https).
7
votes
2answers
193 views

Few questions about PHP sessions

I have a few a few question about php sessions: Since the default value for session.gc_maxlifetime is 24 mins then that means any session file that isn't modified for 24 mins will be deleted and the ...
7
votes
3answers
952 views

$_SESSION created but theres no PHPSESSID in $_SERVER['HTTP_COOKIE']

I'm experiencing some weird problems with SESSION variables on my PHP/Ajax online shopping cart. When I first view the page, the SESSION is created and works within the page. Then when I navigate to ...
7
votes
1answer
315 views

Maintaining Facebook User ID in Session

I'm trying to add facebook login to my site. I've authenticated with facebook JavaScript SDK and created a cookie with user id. The problem is that when user logs out (I'm destroying all cookies) and ...
7
votes
1answer
154 views

How does Stackoverflow keep users signed in over HTTP?

I've noticed that stackoverflow only uses SSL on the login page, and that questions/answers can be posted over HTTP. Users must be logged in to do that, and so I'm wondering how stackoverflow ...
7
votes
3answers
499 views

“Impersonating” session in a web service call

I am trying to write a web service that returns session variables. The application that calls this web service has access to the the Session ID of the current session. I tried doing this by creating ...
7
votes
1answer
2k views

How to manage one Session Per Tab?

Hi I will like to imitate the behaviour of the site ClickBank.com, for example: Open the site, and login, if i open a tab with the same site, it ask me again to login. It makes me wonder how to ...
6
votes
4answers
507 views

Checking if user has changed cookie value, manually

I am busy with a login system for my project. Just for an extra step to the security.. How can I check/detect if a user has manually changed a cookie value? Is there some easy way of doing this? Or ...
6
votes
1answer
4k views

Tomcat 7 - JSESSIONID cookie is not accessible from JavaScript code

Does anyone know what changed in the configuration between Tomcat 6 and Tomcat 7 that would cause the JSESSIONID cookie to not be accessible via JavaScript? Using Tomcat 6: alert(document.cookie); ...
6
votes
1answer
1k views

Can't get Express session ID from cookies w/ Socket.IO

I have a typical web application in Node that is utilizing the Express framework and the session middleware. I am also using Socket.io for certain dynamic parts of my application (currently, this is a ...
6
votes
1answer
274 views

Cookie law on age verification

I have a web site to do with alcohol that needs to verify the age before letting them on to the web site. I do this with a HttpModule that checks for a cookie and if not set I redirect them to the ...
6
votes
3answers
1k views

Facebook API SDK (PHP) clearing site sessions

I am successfully using the Facebook SDK (PHP) to connect users to my site, but I'm having issues when they authenticate their account. Their account is successfully authenticated, but for some reason ...
6
votes
4answers
317 views

Reason to use more cookies than just a session hash for authentication?

I usually hang out in a community that uses a bulletin board software. I was looking at what this software saves as cookie in my browser. As you can see it saves 6 cookies. Amongst them, what I ...
6
votes
4answers
438 views

Cookies not setting in Safari 6

Good evening, I've asked this question a couple of times without responses, hope this time goes well. I've been developing facebook apps for a couple of years now, using php and the Facebook PHP SDK. ...
6
votes
1answer
356 views

http-conduit browser usage

I'm trying to scrape data from a site using HTTPS. I managed to make basic requests using Network.HTTP.Conduit successfully (posting credentials, etc.), but failed at extracting cookie information ...
5
votes
4answers
3k views

How do I create persistent sessions in PHP?

I used session_start() to initiate a session in PHP, but when my browser closes, the session is gone. How do I use PHP to create persistent sessions that last across browser closes?
5
votes
1answer
147 views

Why session_ destroy() is needed?

What does session_destroy() function do? To delete all session variables in global array $_SESSION I have to use session_unset(). To remove session from the client browser (delete session id and name) ...
5
votes
3answers
1k views

What happens if cookies are disabled?

Pretty basic question here. In PHP, if the user's browser has cookies disabled, you cannot make use of both server cookies ($_SESSION) AND client cookies ($_COOKIE, setcookie) or only the latter are ...
5
votes
3answers
4k views

PHP authentication with multiple domains and subdomains

I have one main domain: main.com, subdomains: test1.main.com, test2.main.com and other domains one.com, two.com. Now it's done like these: ini_set("session.cookie_domain", ".main.com"); $domain = ...
5
votes
3answers
3k views

Reason to rename ASP.NET Session Cookie Name?

is there any reason (safety?) why someone should rename the ASP.NET Session Cookie Name or is it just a senseless option of ASP.NET?
5
votes
4answers
630 views

What is a session cookie

In explorer for example you can enable 1st party cookies, 3rd party cookies and allow session cookies, I know the difference between 1st party cookies and 3rd party cookies. I know the difference ...
5
votes
1answer
3k views

Url rewrite in apache based on cookie value

can we write rewrite rules in apache based on the value available in cookie. below is the sample cookie value (from firebug). In this i need to control my rewrite rule based on the value ...
5
votes
2answers
3k views

MVC 3 / Jquery AJAX / Session Expires / C# - Handling session timeout durng ajax call

I have an ajax call to MVC which returns a partialview. This is all fine until the session ends or the cookie expires. When I make the ajax call it displays the content inside a div that was meant to ...
5
votes
1answer
2k views

Security of Token Based Authentication

My understanding of token based authentication is that upon authentication (perhaps over ssl), a token is passed to the user for cheap user verification on the fly. One implementation of this would be ...
5
votes
2answers
6k views

Set httpOnly and secure on PHPSESSID cookie in PHP

Whats the recommended way to set httponly and secure flags on the PHPSESSID cookie? I found http://www.php.net/manual/en/session.configuration.php#ini.session.cookie-httponly. Any better suggestions? ...
5
votes
9answers
350 views

How can I manage separate session states for two different websites on the same hosting using php

I am currently developing two web sites, and debugging them by connecting to localhost. The first site is referenced with http://localhost/web1 and the second is referenced with ...
5
votes
2answers
1k views

Maintaining Session Variables across Subdomains

I have been trying to maintain session vars between two subdomains and found it impossible. I ended up creating 2 minimal PHP web pages as a test bed, one I call 'test 1' just sets $_SESSION['test'] ...
5
votes
1answer
2k views

How to delete a user's cookie using python on app engine?

I'm using the python facebook api on google app engine (webapp). I want to set the user's cookie to expire when the user logs out of the application. This cookie is being set by the Javascript ...

1 2 3 4 5 24