Questions tagged [stay-logged-in]

39 questions
2
votes
1 answer

Forms Authentication permanent login option along with non persistant option with sliding expiration

Is there any way to configure Forms authentication that I can make the cookie and ticket persistent with an indefinite expiration while having a non persistent option that doesn't require setting the ticket timeout to be infinite? Use case, checkbox…
Chris Marisic
  • 32,487
  • 24
  • 164
  • 258
1
vote
6 answers

Zend framework Remember Me - working issue

I have used the remember me functionality in my site using the following package : http://www.jasperrooswinkel.com/unexpected-expiration-of-zend_auth-sessions/. It is working fine. But I face a problem that, a deleted user can access accounts just…
Janaki
  • 185
  • 12
1
vote
1 answer

How to start chrome browser in already logged in tab using chrome drivers via selenium in python

I need to API WhatsApp web using selenium and chrome drivers or other drivers but it is not possible to open an already scanned WhatsApp-web page. I need to scan every time I run the code. I need suggestion for selenium of any other alternatives for…
1
vote
1 answer

Python: Remain logged in a website using mechanicalsoup

I am a newbie in Python. I want to write a script in python where I run thousands of URLs and save the response. In order to access these URLs, credentials are required. So, I have written a basic script which goes to the URL and print the response.…
Rose
  • 1,490
  • 5
  • 25
  • 56
1
vote
0 answers

stay login all of time in application, and when I close the app, restart, shut down mobile etc. using Http in Nativescript

I want to stay login in my app, only when I click log out from system I want to disconnect the connection. Any idea please? For login in system I used this code: export class LoginComponent implements OnInit { LoginForm: FormGroup; loading:…
user9515832
1
vote
2 answers

Windows GUI application when user is not logged in?

I've written a Autoit script that starts a GUI application, when the application starts there is a login form. The scripts fills the login form and tries to log in. Then it records the time it took to login to the application and shuts the…
Tiax
  • 269
  • 5
  • 14
1
vote
1 answer

"stay logged in" login page

I want to implement a stay logged in or remember me in my jsp login page. I am using container based form authentication. I think I need to I have to store users' data such as userid and token - a status information to determine whether as user is…
Joey
  • 2,732
  • 11
  • 43
  • 63
1
vote
1 answer

Using core data to store user objects

I have a question :) I often come across the case where I have some objects (books say) and a list of users. Each user has some books. There is also a special case of the currently logged in user who has more attributes than a regular user (posting…
Paul de Lange
  • 10,613
  • 10
  • 41
  • 56
1
vote
2 answers

How to identify that the user is not logged off without having clicked the logout button?

How to identify that the user is not logged off without clicking the logout button using jQuery or javascript. Here I need the logout button to appear when the user is not logged off when pressing the back button in the browser to go back to the…
Raj
  • 193
  • 1
  • 3
  • 13
0
votes
0 answers

Keep user logged in for a while in Asp vb webform (visual studio 2015)

Please I want to ask a question, I working on a project where users login before they can perform any action like comments, sharing of posts etc... I want the user to stay logged in for two weeks before the system can log him or her out.. I'm using…
0
votes
1 answer

Keep the user logged in flutter (The app has 2 different login and main, one for Client and one for Driver)

I am doing an app in flutter and I am working on the authentication part. I want to know how I can keep my user logged in after I reload the app. Now the thing is that my app has 2 kinds of users (Client and Driver). So each has its own space, like…
0
votes
1 answer

How to handle user logged in state in React JS and Firebase?

I'm developing a web app using React JS and Firebase. I want the following behavior to work in my app. On the sign-in page, there is a checkbox "Keep me signed in". If the user did NOT mark that checkbox, the user should be signed out automatically…
0
votes
1 answer

Linkedin API: how to use my login credential in my access token

I'm building my website to pull out my own linkedin profile info. And it is working but when a visitor comes to the site, they will have to login to see my profile info displayed on my page. This should be a public website and I don't want visitors…
RoundOutTooSoon
  • 9,821
  • 8
  • 35
  • 52
0
votes
1 answer

Angular and Firebase: How to keep user logged in as long as he/she does not explicitly log out?

I have a problem with my angular app. If, after logging in, I go to another website and back to my app again, I'm logged out. Even if I only refresh the page, I'm getting logged out. This is my AuthService: export class AuthService { private…
Michael
  • 799
  • 1
  • 7
  • 16
0
votes
1 answer

Ionic 3 App - Keep logged even when app quits

How to keep logged in application even user closes app? Log in only if user logged out prior to closing application?
user3681549