Tagged Questions
1
vote
1answer
28 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
22 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 ...
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 ...
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 ...
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;
...
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
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 ...
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
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 ...
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
...
2
votes
3answers
75 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
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
vote
2answers
67 views
some questions/mystery about browser session and session Id?
As per my understanding same session is shared among different tabs of same browser window. And for different browser window , different session
is created. Now some questions on my understanding:-
...
0
votes
1answer
47 views
InProc session state, web farm and unique and sticky SessionID?
I'd like to have InProc session state on servers in my webfarm and only share the unique SessionID (which I believe is transferred via browser cookie).
Is this possible? We're planning to have ...
0
votes
1answer
66 views
CodeIgniter adding session variable to an already defined “named session”
I already created as session named "verified" as shown below (in my login controller):
foreach($result as $row)
{
$sess_array = array(
'id' => $row->memberid, //Session field: id.
...
1
vote
1answer
58 views
Flask: session data is set but can't retrieved
I can set session data
/json"
me@air9:28:18 ⮀ ~ ⮀ curl -v -X POST http://127.0.0.1:5000 -d '{"email": "user@email.com", "password": "p"}' -H "Content-Type: application/json"
* About to connect() to ...
0
votes
1answer
60 views
curl: how to send cookies to a via command line?
I read that Send cookies with curl works, but not for me
I have a REST endpoint as
class LoginResource(restful.Resource):
def get(self):
print(session)
if 'USER_TOKEN' in ...
0
votes
2answers
72 views
Using same session ID within two PHP scripts at same time
I have ocassionally detected a strange problem with PHP sessions.
When I am running two PHP scripts using SAME session ID, second script is stuck until first one is completed.
I guess it is because ...
0
votes
0answers
71 views
Python request module session expiry
I'm writing a script that will automatically download a file from hostuje.net page. I've decided to use Requests module to do so.
The process of downloading looks like:
When you visit the site it ...
0
votes
1answer
82 views
when a request session is generated in weblogic how session id is determined
When a session is invalidated in a web app, if i make to that app a new request with the invalidated jsessionid in cookie, what will be the new session's id? As i inspect, a new session is generated ...
0
votes
1answer
99 views
express session management not working
I am new to the node.js world. I am trying to write a REST services and I am stuck with session management. So I created a separate app just to see if I can get the session to work, but it doesn't, ...
0
votes
1answer
87 views
why not session data is stored in table duration do login in site?
I am New Comer in PHP with MVC Codeigniter Framework.
I have a issue about session storing in table(ci_sessions) with codeigniter.and i have also set config.php file like-
$config['sess_cookie_name'] ...
2
votes
2answers
39 views
Make the called url deal with client cookie not caller cookie
I'm making an app that deal with an API
So i'm trying to call the API using cURL and the issue is that the api will deal with the server cookie which do this curl call not the client cookie who use ...
0
votes
1answer
36 views
Reaching SESSIONS and COOKIES From Different Directories
For example; i have two directory under www directory like in picture
If i define a cookie inside for example site1 i can not reach the cookie from site2 directory.
This situation is same for ...
0
votes
0answers
55 views
curl keeping session active
was trying to create a bash script, which monitors network activity and if state is changed/has changed, it would need some action to perform.
Monitoring is performed in 2 systems: one for status ...
1
vote
1answer
100 views
php session on page 1 and page 2
Here is my question, I have lets say 2 pages page 1 and page 2, what I need is to open session and set cookie on page 1 that will remain for 1 hour and will be reset on every page refresh. Now the ...
0
votes
0answers
88 views
Django shows an error after close IE10
I'm getting this error below after set SESSION_EXPIRE_AT_BROWSER_CLOSE = True on my settings.py. I can open and login and logout with no errors...but if I close before login I get this error. Is ...
0
votes
0answers
123 views
PHP Session security issue
I'm not that professional with php, but i'm doing this project for my brother's study group at school.
I really need help on this one, since it stores some sensitive data of his group.
I've most of ...
0
votes
1answer
63 views
PHP change content of session cookie file
I´m not sure If I am making a mountains out of molehills ...
I´ve two Servers A + B. I know on Server A exists a PHP Session with a session cookie. I know further in one of the session files (stored ...
0
votes
1answer
74 views
coldfusion sessions dropped when initiated by a different domain
I've got a login page that's on one domain, and the application on another.
When I use the login from the separate domain, the session variables are not stored for the second domain, even though that ...
0
votes
3answers
51 views
2 shopping cart application in one server, localhost
I have developed 2 shopping cart application in my localhost.Lets say sc1 and sc2.I opened those 2 sites in two different tabs of one particular browerser.
I added 3 items of sc1 in cart-1.But when i ...
1
vote
1answer
126 views
Sinatra's way to render multiple .erb files
I have a web project that will render an HTML file, that is based on various .erb files.
I'm not sure about the best way, to do this, since each .erb file need to get specific information, such as ...
2
votes
1answer
116 views
Sharing session between a Rails and a Symfony app?
I am building a Rails app that will live in the subdomain of a Symfony 2 app (PHP). They will be used by the same type of users, and so we want them to go back and forth between the apps and ideally ...
2
votes
2answers
161 views
Implementing Spring Security with Java Client
Client Side
I have a java application that connects to a remote server using basic POST or GET methods:
URL url = new URL(urlStr);
HttpURLConnection conn = (HttpURLConnection) url.openConnection();
...
2
votes
1answer
86 views
php and session redirection errors
i am creating a login form and logout with sessions but when i try to login browser display an error ( i think the error is in the logged function )
anyone can help me because it make me crazy.....
...
0
votes
2answers
116 views
Sessions and Cookies to autologin in GWT
i know there is a lot of questions on this already but I still didn't seem to find a definitive answer. What i'm looking to do is have users be remembered after they login for say 2 weeks or until ...
0
votes
0answers
12 views
Setting up SIT site on same domain and facing issue
I have a web app and I want to set up another sub directory and separate DB for SIT purposes.
My production is www.domain.com
My SIT is www.domain.com/sit/myapp
So I replicated a set of DB ...
0
votes
0answers
235 views
Session in Laravel does not work inside the Facebook Application Iframe
I have a facebook app that runs inside an iframe. After the user allow permissions from the app I'm expecting facebook to send me $_REQUEST variables that I use to retrieve user data and it is working ...
0
votes
1answer
109 views
Cookie not working with Login System CodeIgniter
I have implemented a basic login system using CodeIgniter. I am using the sessions library to control access to a members only section. I can log in and view this area no problem. However when I ...
0
votes
1answer
172 views
Django: How to set sessionid cookie for AnonymousUser without using SESSION_SAVE_EVERY_REQUEST
I am attempting to track AnonymousUsers to figure out when they first come to the site, and when they then register to the website.
To do so, I created a middleware with the relevant functionality, ...
0
votes
1answer
146 views
PHP session ID reset in IE
I have a page with just this code:
<?php
session_start();
echo session_id();
?>
running on localhost. In IE my session id gets reset with every page load (i.e. the session is reset, all old ...
0
votes
1answer
36 views
js object with logged in state vs just server-side session
Is it common to have a js object with duplicate data from the server's session?
For example, if a user is logged in, I store this server side in my $_SESSION. But when I'm in the client, I can't ...
0
votes
1answer
110 views
Http session persistence on tcp disconnect
Concerning an HTTP session: It is either implemented via cookies or URL rewriting.
Since the HTTP 1.1 uses persistent connections, I assume that a session is invalidated when a TCP connection ...
2
votes
1answer
306 views
A few questions about express.cookieSession()
On my node.js server (running express and socket.io), when a person connects, I add them to an array and save their location in the array into their session so each connection has access to their own ...
2
votes
1answer
167 views
Spring 3 MVC session is lost after external redirect
I have a Spring 3 MVC app and part of the app requires a redirect to a 3rd party payment site and that payment site redirects back to my app after it's done. The problem is that Spring seems to ...
0
votes
1answer
48 views
session does not keep the data
I have a simple php page that set the session and redirect to another page but for some reason the session is empty in the second page.
index.php
<?php session_start(); ?>
<?php
...






