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)

0
votes
1answer
16 views

Proper Date Formatting for Cookies

So I am trying to do what I think is the impossible. I want to destroy all session cookies on browser or tab close, so I came up with a solution, I am just having small issues with JavaScript ...
1
vote
1answer
19 views

How to have a custom cookie name in spring security

I have two applications A and B which are running on the same server, with different ports. As cookies are not port-specific, these two applications are using the same cookie JSESSIONID. When I log in ...
1
vote
1answer
27 views

HTTP pages are removing my secure cookies

I have a site with mixed HTTP / HTTPS. When the user logs in, she gets two cookies: a regular cookie with her (signed) username, login expire time, and an "insecure" flag a secure cookie with her ...
0
votes
0answers
8 views

Setting cookies by cors ajax json and requesting cookies by cors ajax

Scenery: I'm having a lot of problems with the an e-commerce working in a closed platform contracted by my client and I need to track the e-mkt's campaigns. I have to keep for 30 days the campaign id ...
0
votes
1answer
31 views

PHP multiple cookies not working on iPad / iPhone browser

So my application is an iframe based ecommerce cart; cart session is stored on the accessing domain. When a user checks out the iframe deploys a pop up login to our SAAS (which clears our domain for ...
0
votes
1answer
21 views

Want to use the same Javascript (popup) session cookie twice, what values do I change?

I have a .swf that we have pop up once per visit on the home page for a few seconds and then disappears. For that I use <script type="text/javascript"> function popUp(url) { a bunch ...
1
vote
0answers
31 views

Alternative to cookie based session/authentication

Is there an alternative to the session feature plugin in servicestack? In some scenarios I cannot use cookies to match the authorized session in my service implementation. Is there a possibility to ...
1
vote
0answers
14 views

Javascript cookie without a leading dot

I want to clear a cookie using javascript that was originally created server-side. Whenever I create a cookie using javascript I get a leading dot on my domain so I cannot overwrite the server's ...
0
votes
2answers
35 views

How to keep results filtered by selectbox even after page refresh

I'am using the CodeIgniter. I have a global category list, which is separated into the several components such as (Conten articles, E-commerce, Users, Banners, etc...). There is ...
0
votes
1answer
26 views

Unable to receive cookie using WebClient

Correct me, if I'm wrong in my thoughts. As I understand, any new instance of WebClient class will start a new session, generating the new session id. To prevent this, I should receive a session id ...
0
votes
0answers
27 views

Cannot logout Facebook in android app when device has installed Facebook app?

I develop an android app login by account Facebook using Facebook SDK 3.0. I use Facebook app to login, my device remembers account info. When I develop logout in my app used UserSettingsFragment ...
0
votes
0answers
21 views

how to clear cookies and other session information in zend framework via mobile devices

I have a zend framework project with various modules which include mobile module for serving all request from mobile devices. I implemented a long session garbage collection maximum lifetime via ...
0
votes
2answers
35 views

How selenium webdriver is maintaining separate session for each run?

For example in gmail login, when we consider a login test, when doing it manually for the first time we'll get the login page, from next time onwards we'll be directly getting into the inbox page. If ...
0
votes
0answers
12 views

Can't see cookies in IE 9

We have multiple web applications running on different machines, sharing the same second level domain (xxxxxxxx.cz). I need to keep a cookie with logged user Id and session id accessible to all of ...
0
votes
0answers
27 views

Hide GET parameters in a URL / rewrite to a clean URL / save GET params in SESSION?

I've looked around here but I can't find a matching solution to my problem here. What I want to do is 1) clean up the URLs with GET params in them and 2) save those GET params in session variables. ...
1
vote
1answer
17 views

Browser-upgrade-page redirect vs. privacy mode

We are doing feature detection on a site I'm building, but the client insists users with older browsers be shown an upgrade page ("sorry, your browser is outdated, please visit XYZ site to download a ...
2
votes
1answer
25 views

php session_start general error handling

I'm looking for a general way to handle session_start errors, not a way to handle one specific error. There are numerous errors which can happen, such as the session directory being full, which cause ...
0
votes
0answers
16 views

How to Save DOM elements into JavaScript array and load them again on page reload

im saving DOM elements into an JavaScript array, but i have problems to load them then i reload the website. This is my code //Save elements from DIV $('#divBox').live('mouseup', function () ...
0
votes
1answer
27 views

MVC - Why session is lost after browser close?

I'm using the code from that topic's accepted answer ASP.NET MVC RememberMe But, after log in I reopen the browser and I'm not logged in. Why ?
0
votes
0answers
11 views

axis 2 web service and javascript client - cookies or session to keep track of the user who has logged in

I try to implement a basic log in and log application using javascript and ajax request to an axis 2 web service. so when a user registers hew he makes - I make ajax call with the data to my axis ...
0
votes
0answers
16 views

django admin - overriding my session id - why?

I am trying to setup admin page for my site. sofar working fine. but once i log into admin, it is deleting my other session: sess_id. if i go back to normal page where i had that session, it is giving ...
2
votes
2answers
52 views

Keep a user logged in with cookies

I have this forum and I want to keep users logged in if they check the check box that says logged it. So i added this php code to set the cookie : $year = time() + 31536000; ...
1
vote
0answers
27 views

HttpOnly and Secure flag testing

I have set the following under web.config in my app <system.web> <httpCookies httpOnlyCookies="true" requireSSL="true" lockItem="true" /> <authentication mode="Forms"> ...
1
vote
0answers
11 views

Migrate session from active record store to cookie store

Rails 4 will include encrypted cookie based sessions. We'd like to change to that from active record cookie store. Is there a way to do this without interrupting customers of my app? I don't want to ...
0
votes
2answers
38 views

PHPSESSID won't die

I'm trying to make a simple logout script for my site, but for some reason, I can't kill this cookie. I was able to kill another cookie which I named "fontCookie" but this default-named one won't go ...
0
votes
1answer
58 views

codeigniter custom session table fields

I want to know if there is any way to define custom fields in the sessions table of CodeIgniter. By default, CodeIgniter stores session values in the following fields: `session_id`, `ip_address`, ...
0
votes
0answers
22 views

Settings a FormsAuthentication Cookie for another application

I have two .NET 4.5 MVC (C#) applications running on the same hostname, one in the root of the domain (public/members only site), the other in a subfoler (admin site). Both use forms authentication, ...
0
votes
1answer
35 views

ASP MVC Session security risks

Just wondering, since the session id is stored in a cookie client side, i can easily modify that cookie and change the session id value to that of another user session id. Allowing the first one to ...
1
vote
1answer
35 views

Cookies not working with SqlServer session state mode

I have a .NET MVC4 application with the following in my web.config under the system.web section: <sessionState mode="SQLServer" sqlConnectionString="Data ...
0
votes
1answer
46 views

How can I make the MySqlSessionStateProvider use cookies in my .NET MVC app?

I have the following in my web.config: <system.web> <sessionState mode="Custom" regenerateExpiredSessionId="true" customProvider="MySqlSessionStateProvider"> <providers> ...
1
vote
0answers
77 views

document.cookie doesn't return me specific cookie

I am developing a little script, And if I want it to work I need to get specific cookie: 'bb_sessionhash'. this is my code: <script> alert("The Cookies: " + document.cookie); </script> ...
0
votes
0answers
22 views

Clone/duplicate cookie with different path

I would like using mod_headers module in Apache to clone/duplicate cookie with name 'lang' with different path. More precisely I've got cookie "lang" assigned to "/man/" and I would like to clone ...
0
votes
1answer
121 views

Fully disable cookies in Laravel 4 API

I am using Laravel to build a RESTful API. I use Basic HTTP Auth (Authenticate header), with this filter: Route::filter('auth', function() { $credentials = ['email' => Request::getUser(), ...
0
votes
2answers
45 views

Use Session in Parent Folder in PHP

I have 2 folders/directories: login/helper.php dashboard/index.php I have set a session in helper.php in the login folder. I am trying to retrieve a session on the index page in the dashboard ...
0
votes
1answer
41 views

ASP.NET not redirecting to defaultURL automatically after ending session

This seems to be a very trivial question but still I am not able to get it running. I am building an asp.net web application and I am using forms authentication here. The following steps I have ...
0
votes
0answers
39 views

Firefox and Chrome does not send cookie information from embedded object

I am having a problem related to Firefox and Chrome not sending cookie information when a request originates from an embedded object. Here is the scenario: We have an embedded object that needs to ...
-6
votes
0answers
39 views

ETHICAL Hacking : Cookie Theft [closed]

I logged into one application in one browser copied all its cookies and then i opened another browser set all the cookie and hit the application URL, ideally i should be recognized ? if not what ...
1
vote
1answer
61 views

set httpOnly and secure flags on session cookie in Google App Engine

I need to set httpOnly and secure flags on session cookie in Google App Engine. I tried the following in web.xml: <session-config> <cookie-config> ...
0
votes
1answer
72 views

Session state are different for same domain with/without www prefix

I have Azure(C#/MVC) project which uses session state. I store sessions in Cache shared in memory of my role instances. But session state stored in http://mydomain.com and http://www.mydomain.com are ...
1
vote
1answer
50 views

How to store a session variable for someone with disabled cookies in rails

I'm currently using an active records session store in rails. I use it to store a value which I pass to the view page of a model once a successful create event has happened. I only want the value to ...
0
votes
0answers
19 views

Session Invalidation

I have two application where the login mechanism is through FORM based authentication. The applications are namely "bookapp", "newsapp". The issue is like, I login to my bookapp through internet ...
2
votes
2answers
69 views

Session Cookies and Application.cfm

This code in the Application.cfm (I know it should probably be .cfc, but this is some old code dating back to MX) for cookies used to work just fine on CF8 and CF9 - but I moved this to a local ...
0
votes
1answer
75 views

Detect ASP.NET Session Timeout - ASP.NET_SessionId method not working

I'm trying to detect Asp.NET Session Timeout to redirect user to a timeout page; i've checked various methods, most of them similar to http://aspalliance.com/520_Detecting_ASPNET_Session_Timeouts.2 ...
0
votes
1answer
67 views

TYPO3: Howto share session / cookies between domains (one for each language )?

I wonder if there's a way to tell TYPO3 to share the sessions / cookies between different domains? We wrote an Extbase extension on a multi language / multi domain site. We store search words from a ...
1
vote
2answers
52 views

how to reset PHPSESSID cookie for different applications hosted on the same server

I have two applications Aand B hosted on the same server. In fact, B is a sub-application to A, housed within a subdir of A. While the master (A) application uses default php session implementation, ...
0
votes
0answers
11 views

Cookie Restrcition to a specific Directory in PHP

How to Confine the cookie created to a specific directory ,,it cannot be used even in the sub directories of that directory ..as i want to create a seperate session cookies in those sub directorirs ...
0
votes
0answers
29 views

ASP.NET load balancing with cookies

I've been developing a big asp.net app that will have to be spread across 3 front end machines (with a supporting database server) and I have a question about state management. Over the past decade ...
2
votes
3answers
73 views

ASP.Net Website is creating a new session on each load

I've recently moved an ASP.Net (3.5) application to a new server, and it has developed an odd issue that I'm having problems troubleshooting. On each and every page load no matter what browser I'm ...
0
votes
1answer
37 views

unable to remove firefox session cookies

due to the fact that my users have configured their sessions to reopen each time they reopen their firefox browser. the 'session' cookies come back. but my website needs fresh authentication if the ...
0
votes
2answers
22 views

How to prevent swf to create its own session id?

I have a swf which is embedded in an html file: <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>v2</title> <meta ...

1 2 3 4 5 24