Top "Login" questions

Authentication is the process of providing a proof of identity or verifying identity.

how to log in to mysql and query the database from linux terminal

I am using debian linux. I have a linux machine on which mysql is install. I can log in to …

mysql linux login
Configuration System Failed to Initialize

I'm new to Visual Studio. I'm currently creating a Login form. I have this code. string connectionString = ConfigurationManager.ConnectionStrings["ConnectionString"].…

c# mysql visual-studio-2010 visual-studio login
How to change users in TortoiseSVN

I was setting up another user to use our SVN repository. He didn't have a username/password, so I logged …

svn login tortoisesvn
PHP Session Destroy on Log Out Button

I'm currently working on a site that has a log-in (username and password) - The password protection is done by …

php login logout
SQLSTATE[HY000] [1698] Access denied for user 'root'@'localhost'

I just installed Ubuntu 16.04 and installed web server on it. Everything works well, but I cannot access database. Even if …

php mysql login root
PHP Session timeout

I am creating a session when a user logs in like so: $_SESSION['id'] = $id; How can I specify a …

php session redirect login timeout
Angular redirect to login page

I come from the Asp.Net MVC world where users trying to access a page they are not authorized are …

login typescript angular angular2-routing
How to check if a user is logged-in in php?

I'm pretty new to php and I am trying to figure out how to use sessions to check and see …

php session login session-state
Undefined index with $_POST

I am trying to relearn some PHP basics for making a simple login script, however I get an error I …

php login undefined-index
How to redirect to Login page when Session is expired in Java web application?

I'm running a web application in JBoss AS 5. I also have a servlet filter which intercepts all the requests to …

java servlets login servlet-filters