Tagged Questions
-2
votes
1answer
17 views
PHP 5.0 … Want affiliate ID to transfer to all pages
I'm using PHP 5.0 and a simple team building script. However, each member's affiliate ID such as www.example.com/test where test is the username is not transferring to all pages.
So if someone clicks ...
0
votes
1answer
23 views
Data exchange between pages without usin Session,ViewState,Cookie,QueryString
I am trying to data transport beetween pages with session,viewstate,cookie but data is wents to null.
I want to make data exchange between pages without using Session,ViewState,Cookie,QueryString.
...
0
votes
1answer
25 views
php cookies on load balanced web servers
I have setup a simple user login session as below in the pages of my web app:
if (!isset($_SESSION['username'])){
if (isset($_COOKIE['username'])){
...
0
votes
0answers
11 views
Make history on ASP.NET C#
I'm working in an e-commerce site. I've been working in the first step for shopping cart using the profile. But when it comes to history, I want to use cookies or session.
Is that possible working on ...
0
votes
3answers
44 views
Best Practices For Creating A Login Flow?
What is the best way to securely login in a user and keep the user signed in with cookies and sessions?
For example:
Check if password and email are valid for a specific user
Set a cookie with ...
0
votes
1answer
23 views
Cakephp not destroying session at browser close
so my problem is that whenever i log in to the site using the Auth in cakephp and close it, it still brings me up to the index page of the site. i really don't know why cakephp does this, even if i ...
-1
votes
0answers
8 views
how to configure httponly in peoplesoft 8.52
I have a question with regard to How to Ensure that "HttpOnly" attribute is set on the session cookies in peoplesoft. I am theoritically aware of what httponly is (Thanks to one of the posts in ...
0
votes
0answers
29 views
jQuery Mobile - Remove cookie after user switches from the mobile browser to another application
I'm using jQuery mobile to create the mobile web version of our app. One issue: If you switch from the browser to another application, the session is still active when you switch back to the browser. ...
0
votes
1answer
30 views
jQuery to write cookie not preserved beyond one page
I have a little script to remove a mobile stylesheet if a user wants to see the full site.
The CSS link has the ID of #mobile and link a user clicks on has an id #removeStyle
...
-1
votes
2answers
46 views
cant solve - headers already sent [duplicate]
still cant solve the problem. I'll paste all code here.
index.php
<?php
if(empty($_COOKIE['user'])){
require '/views/admin/login.php';
}
elseif(isset($_COOKIE['user'])){
require ...
2
votes
1answer
70 views
Go and gorilla sessions in Internet Explorer
I'm making a simple web app using Go, gorilla for sessions and routing, and mustache for templates. I'm having an issue with the login involving, I believe, a problem with IE accepting the cookie. ...
0
votes
1answer
52 views
Can someone explain session table laravel
Ok so I want to check if my users are online or not, I think a good way of doing this is using the sessions table that laravel provides. I'm a newbie though so can anybody first of all explain to me ...
0
votes
2answers
40 views
trying to delete cookies - headers already sent error
i got headers already sent error. I know what that error means but i cant solve it.. This is my admin login/logout system..
index.php
<?php
if(empty($_COOKIE['user'])){
include ...
0
votes
2answers
25 views
php deleting cookie (cant do it via set_cookie)
I'm trying to delete my cookie when user click on logout link. But i cant do it via set_cookie and set -time. There appears header modify error - its already sent. Is there any other way to delete ...
2
votes
1answer
32 views
python urllib.open(url) but return history data
I use python's urllib library for checking the update of one webpage every 5 sec.
But after I run the program a few hours, It seems that the urllib.open(url) just returns the outdated data.It usually ...
0
votes
0answers
40 views
cant modify headers - headers already sent [duplicate]
still got same problem..
<?php include('/views/admin/header-login.php') ;?>
<div class="wrap">
<div id="content">
<div id="main">
<div ...
0
votes
4answers
39 views
headers already sent error - cookies [duplicate]
<?php
$user = mysql_real_escape_string($_POST['login']);
$password = mysql_real_escape_string(sha1($_POST['password']));
$query = mysql_query("SELECT * FROM `users` WHERE name = '$user' AND pass ...
0
votes
1answer
43 views
How to recognize user login when log in comes from cookie?
In our project we give the users points for every day they visit the site.
The issue is that the user doesn't always log in in an explicit way (e.g. submitting login form), but often when he comes ...
-1
votes
0answers
33 views
shopping cart cookies asp.net [closed]
I am creating an online shopping application, and I am kind of struggling with shopping cart. I am using cookies to save the content of shopping cart, and when the user click to ADD TO CART button it ...
2
votes
2answers
55 views
Implementing a “one vote per day” system in pyramid based on cookies
Background:
I have the core functionality of a very simple vote-based site setup and working well in pyramid utilizing a sqlite database. The last requirement for this application is to allow only ...
0
votes
2answers
21 views
Is it possible to time-out session in Admin login of Prestoshop, if there is inactivity of admin
I wanted to know if it possible to time-out session in Admin login of Prestoshop, if there is inactivity of admin. If the admin is inactive for a specific time, it logout automatically. I tried by ...
0
votes
0answers
52 views
Is this a secure way to keep a user logged in? [closed]
I'm trying to keep a user logged in securely, while connecting to the DB as little as possible (for performance).
Here's how the user's sessions are currently being managed:
On login, the User() ...
0
votes
0answers
17 views
PHP keeps redirecting and not saving session
Okay I created an age gate that runs the age calculation from the form fine, but as soon as it starts working with the redirect things go crazy. First of all when I load up the verify.php page on my ...
0
votes
2answers
32 views
Delete session and cookies then create new one - only takes effect at next page load
I use Codeigniter (which may be the reason for my issue) and I identify users by a couple of cookies and session variables. When users want to sign up but are detected like already having an account ...
0
votes
1answer
21 views
How can I get sessionId from a request?
I use express to support my session management:
app.use(express.cookieParser('your secret here'));
app.use(express.session({secret: 'mysecretcode'}));
I what to extract and save the sessionId from ...
1
vote
1answer
37 views
Why do I need to set cookie if session_start automatically does it?
Why do I need to manually setcookie() for a website to remember me by if session_start() automatically does so to produce the cookie variable $_COOKIE['PHPSESSID'=>'xy362fgtw783hnjm']. I believe ...
0
votes
0answers
17 views
Handling User Auth and cookie for Android App
I wrote a web app in php (Yii)
now I'm writing a android app
after user log in what is the best way to handle Auth so every request user will sent ,the php will know its is from that user . I googled ...
0
votes
5answers
52 views
Cookie not setted or not working the first time
On every page I set a cookie to color the header button corresponding to that session.
The problem is that the first time I open a page in a different section, the cookie remains the old, and the ...
0
votes
1answer
63 views
Chrome will not delete cookie?
I have a script that logs out the user (logout.php) and it works perfectly fine in FF and IE, but in Chrome the cookie is still available even after the browser has been closed.
I have tested with ...
2
votes
1answer
48 views
How to reuse php curl response cookie and by pass login steps on subsequent execution of the script?
I have the following php code that logs in to a password protected page and grabs the protected page.The script is working fine but i want to use the login function only once, if i want to grab ...
0
votes
1answer
21 views
Having an error with my PHP code (Cannot send cookie cache, session cache limiter)
I am trying to create a register and login page. When attempting to upload the code to our servers, it creates two errors:
Warning: session_start() [function.session-start]: Cannot send session ...
0
votes
0answers
22 views
Handling user and session in Rest - html5 - javascript application
I am using Glassfish FORM-based JAAS-authentication and it is working. I implemented servletFilter what checks the user, groups and roles and redirect authorised user to correct welcome page. User ...
0
votes
1answer
60 views
PHP and node.js shared session identification
I'm looking at implementing a chat/messaging system using node.js and socket.io to pass messages etc.
However the system will use a php authentication system using PHP sessions. Obviously I need some ...
0
votes
0answers
28 views
Pass information to another site with a redirect in between
I've spent days looking into this along with a plethora of test code - none of which works. There's a ton of code and ideas out there, but none seem to work.
I need to pass user ...
0
votes
0answers
18 views
Windows Mobile 6.5 IE cookies
I have web app for PDA (php, jquery, mysql). It works locally in company where I work. We have 8 PDA (motorola MC65). On 7 of them everything works fine, but on one doesn't.
User must login. When ...
0
votes
2answers
33 views
Session does not save values between pages
I'm encountering a strange error that has been on and off throughout my entire coding process.
On every page, i require_once at the top of the page an authentication.php.
In there would be this:
...
0
votes
2answers
25 views
cookie & session is not getting destroy when executing code on live server?
On localhost, cookie is getting destroy perfectly but when i am executing it on live server, cookie is getting created but not getting destroy and session is also not getting destroy.
Here is the ...
-2
votes
3answers
46 views
$_SESSION & $_COOKIE PHP TOGETHER OR NOT [closed]
I have been trying to understand this as clearly as possible and spending days trying to wrap my head around $_SESSION & $_COOKIE variable. Well, I do understand them, not entirely....so, much ...
0
votes
0answers
10 views
weird session variable affecting alerts
I've been doing stuff with cookies recently, and when I was looking at the cookies created from my website I noticed a weird cookie with the name 'wwwwwww'. I didn't think much about it at first. ...
0
votes
2answers
39 views
Redirect user if username matches my cookie token? PHP/MySQL
I used to have cookies which were unencrypted so the following code worked fine:
$username = $_REQUEST['username'];
if ( $username == $_SESSION['loggedin'] ) {
echo "<META HTTP-EQUIV=Refresh ...
1
vote
1answer
55 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
3answers
59 views
PHP Session & Cookies Interview questionn [closed]
This is one of the question that had asked in interview yesterday!
According to my understanding.... When user logged in in web application we start a session and store all the data in $_SESSION ...
0
votes
1answer
80 views
Can't make cookies work for subdomain
Update: looks like it didn't work because of local machine hosting, particularly short domain names used (like '.t').
The same code on remote server with actual (real-life) domain names usage works ...
0
votes
5answers
36 views
Advice on storing history in cookie(s) [closed]
I am not sure about how to design the solution to the following problem. I hope you can help me.
I am making a website(PHP) where the user is given a random movie-title. They can choose between ...
-6
votes
3answers
61 views
Why `logged out` from any of current account, when i delete cookies? [closed]
According to my understanding....
When user logged in in web application we start a session and store all the data in $_SESSION array(which is stored on server but not on Cookies)
and cookies is just ...
-2
votes
2answers
40 views
Save cookies or session in form and do an if else statement [closed]
I would like to save preferences that would be set by users into a cookie or session.
I was able to save it in a session but now the difficult part jumps in i want to do an if else check.
<?php ...
0
votes
0answers
63 views
session is always null in IE
I use session to remember the user who is signed in to my website, when he is going through pages in my website.
I use AJAX to sign in:
<script type="text/javascript">
var url = ...
2
votes
2answers
99 views
Handling OAuth Responses & Sessions
At the end of an OAuth2 token exchange, I'm [typically] left with a JSON array of user data that I've un-marshalled into a struct (say, GoogleUser) with the fields I care about.
What is the sensible ...
-1
votes
1answer
20 views
Remembering Sessions - phpBB
Im currently coding a basic login using HttpWebRequests in Visual Basic 2010. After following some tutorials, I somehow racked this code up:
http://pastebin.com/azZuyvDM
Pretty much I have phpBB ...
0
votes
1answer
19 views
I need to know if session access to session cookie to read the id each time
I' need to store some not sensible state data eg. language and layout preferences.
I need to know if session is faster then cookie.
Does the session read the session id cookie each time in order to ...




