0
votes
1answer
62 views

How to deal with session in php and ajax

I'm fairly new to stockoverflow.com because I am I am looking for a while for an answer, I thought, I put my question here. The base looks like this: index.php: <body> <div id=”login”> ...
0
votes
0answers
12 views

Redirect from website to app if user has an active session

I have a brochureware site (website.com) with a form that logs a user into a seperate app (app.website.com). Ideally, if a user has an active session at app.website.com, website.com can redirect them ...
0
votes
0answers
23 views

Using the google API without creating a google cookie

I have an app that uses the google api to access user data but am having an issue with the user being logged into google after "authorizing the application" for access. The flow is the same as OAuth2 ...
0
votes
2answers
111 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
1answer
106 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
2answers
102 views

Check if cookies are enabled for login on every page

I have a login form on every page. If login fails because cookies are disabled, I want to show the user a message asking them to enable cookies. I have created this middleware: class ...
0
votes
1answer
400 views

Phantomjs and sessions

I can't maintain session surfing through a website once logged in. I do can successfully login on the site (i specify that whatever the page is, after the login you will be redirected to the ...
1
vote
1answer
364 views

Android Login with Token Session: like user logins and stays in session until logout

After login in android app, how do I create a token session in the php api? Like this: I would like to make sure that when user log in it will stay in session no matter what happens (crashed, shut ...
0
votes
0answers
120 views

Magento unable to log into administrator panel

I feel really dumb asking this, as I have dealt with this problem many times... However I am unable to solve this. I attempt to log into the Magento backend, and I get Invalid Username or Password. ...
1
vote
0answers
164 views

Android Login Authentication with Session

I know that a login authentication has been covered before. However, I am having some trouble implementing it. So a far I have a basic form in the android app that sends the login credentials to my ...
0
votes
2answers
469 views

PHP Cookie Login System

I am having a problem with the cookies finding the cookies stored from my login page.Here is my login page code: <?php // Connects to your Database include("dbconnect.php"); ...
1
vote
2answers
265 views

PHP does not recognize existing session, starts new one

I have a website with a php log in. Everytime a page is visited, I call on session_start(). I've been having this unusual problem where 1 in 5 times (or so), my session_start will fail to recognize ...
0
votes
2answers
702 views

Magento Customers Cannot Login

I recently moved my Magento store to a new server and now customers are unable to login to their accounts. On the login page, when you enter the correct email and password, the page simply refreshes, ...
1
vote
1answer
1k views

Sessions & User Authentication in Padrino

I'm very new to Padrino (I come from a PHP background), and ruby web frameworks in general, and have been trying to figure out how to implement a simple user authentication and session management ...
1
vote
2answers
3k views

Android - Session Cookies

I need to authenticate username and password with my website which provides Session Cookies. I am collecting username and password from the EditText on the form and passing it onto authenticate ...
1
vote
2answers
190 views

Username and Password validate doesn't work in PHP?

I wrote a function in PHP to check username and password from MySQL database and store as session after successful validation. But whatever value I enter to the input box it approves it and made a ...
0
votes
1answer
1k views

Magento external login will not create session cookie

I am trying to replace a rather clumpsy ajax-login of Magento from an external site. The site uses Magento as a shop. Both the site and the magento-shop has their own logins, therefor when a user logs ...
0
votes
1answer
112 views

What does google CheckCookie link do?

I've found a code which opens this link after logging in to google account programmatically. What's the purpose this link? https://www.google.com/accounts/CheckCookie?chtml=LoginDoneHtml
0
votes
2answers
100 views

Saving login info and other safe info connected to user login

currently im using the "standard" login when you authenticate a user with a sqlcheck and a cookie to store the information. (As shown in the code example). Now i want to store some more information ...
-1
votes
2answers
1k views

Session Start and Stop Error Php

Index.php <?php session_start(); require_once('../inc/db/dbc.php'); include('login_helper.php'); ?> <!-- html form --> Login/Logout Links depending on session state: <?php ...
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 ...
1
vote
1answer
316 views

simple login implementation using php. (clearing a session so that hitting 'back' doesn't work when you logout)

I've got a simple login system going with php sessions. The issue I'm having is even after hitting "logout", I can still go back to the previous page by hitting the back button. The way I'm logging ...
1
vote
2answers
144 views

What are some good ways to get username/password information to a server from a client?

I'm currently building a username/password/session-management/etc. system for a website I've been working on. I've spent all day reading all sorts of articles on the topic, and have a much better ...
0
votes
1answer
123 views

codeigniter site wont login on different computers

I have a basic site I made for practice purposes and have built a login/member type functionality with it. The weird thing is that when I try to login on different computers, some will login in ...
0
votes
2answers
395 views

Beginning ASP.NET. using login name as sql parameter

does anyone have some code or a link as to how to create the user login name as a parameter during a sql query in ASP.NET? basically i want to use the default membership structure with a new field ...
3
votes
2answers
376 views

How to improve my user login scheme

Question is easy and basic. I've been working with PHP sessions for years and I always managed user login/logout this way: Start session (session_start() call). Login: Store a value in the session ...
0
votes
1answer
585 views

how to use session/cookie in website written in C# ( Visual Studio 2010)

I am trying to make a website. After I log in, there is an option for me to "edit user info". In my EditUserInfo.aspx, users can change their password and date of birth. But the problem is, after ...
1
vote
2answers
141 views

login feature php

I`m going to implement a login feature to a website that I`m building ... I have two options while implementing, cookies and sessions. Which will be better to use for each of these scenarios? ...
1
vote
1answer
255 views

How to determine if login failed due to not accepted cookies in grails

In my grails application using shiro, I'm using cookies to store the session data including authorization. When a user tries to log in without accepting cookies, the login works, but then (as ...
2
votes
2answers
117 views

Using the same cookie in two logins

I need your help I've a MVC project that uses Jquery, where I've implemented a mechanism of "Remember Me" using cookies to save, clear and retrieve the login and password. I also have two screens ...
3
votes
1answer
1k views

WWW::Mechanize Perl login only works after relaunch

I'm trying to login automatically in a website using Perl with WWW::Mechanize. What I do is: $bot = WWW::Mechanize->new(); $bot->cookie_jar( HTTP::Cookies->new( file ...