Is there a single word for “login/logout”? [closed]Single word for “less mass per unit volume” (the complement of “dense”)Single word for collective knowledge of plants and cultivation?Is there a single word for reasoned action?Is there a word for “to be physically removed from” a public place, involuntarily?Is there a single word that means 'digital illustration'?Is there a single word for “Not Full”?Is there a single word for 'Problem explanation and solution'Is there a single word for “should probably”?
Why should interrupts be short in a well configured system?
How do you say "to play Devil's advocate" in German?
File format/interface for home-brew engines (and implementation in lichess)
Is there an appropriate response to "Jesus Loves You"?
Exactly what does "diatonic" mean?
Writing style in academic English
What's the name of this windows feature?
Do fresh chilli peppers have properties that ground chilli peppers do not?
Dropping "to be" and other verbs in Latin?
Why does General Grievous say “Ah yes, the negotiator?”
Possible way to counter or sidestep split-second spells (like Trickbind) in a particular situation
can i hook up a single phase switch to a electric wood splitter?
How many flight hours do the first retiring A380s have?
How can I deal with my coworkers using unknown jargon and acronyms?
Moving every element of a list to the left one place (RotateLeft) but making last element 0
Ideas for medieval currency
Color coding Alerts
What are the possible punishments for an impeached USA president?
How can I rotate a spherical texture without getting a distortion?
Is economics a science?
How to create animation with svg format file?
Will transcribing music improve my ability to play a song by ear?
Is there any canon reason why urban werewolves haven't destroyed vampires (or vice versa)?
Better method to measure the time period of a pendulum
Is there a single word for “login/logout”? [closed]
Single word for “less mass per unit volume” (the complement of “dense”)Single word for collective knowledge of plants and cultivation?Is there a single word for reasoned action?Is there a word for “to be physically removed from” a public place, involuntarily?Is there a single word that means 'digital illustration'?Is there a single word for “Not Full”?Is there a single word for 'Problem explanation and solution'Is there a single word for “should probably”?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
Is there a single word that means both logging in and logging out?
I have a single file which I currently have named as Login. But it does more than logging in, it also logs out. I'm looking for a word that encompasses both login and logout.
single-word-requests hypernyms
closed as off-topic by Lawrence, Robusto, Hot Licks, tchrist♦ Sep 20 at 18:01
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions on choosing an ideal word or phrase must include information on how it will be used in order to be answered. For help writing a good word or phrase request, see: About single word requests" – Lawrence, Robusto
add a comment
|
Is there a single word that means both logging in and logging out?
I have a single file which I currently have named as Login. But it does more than logging in, it also logs out. I'm looking for a word that encompasses both login and logout.
single-word-requests hypernyms
closed as off-topic by Lawrence, Robusto, Hot Licks, tchrist♦ Sep 20 at 18:01
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions on choosing an ideal word or phrase must include information on how it will be used in order to be answered. For help writing a good word or phrase request, see: About single word requests" – Lawrence, Robusto
I'm voting to close this question as off-topic because our Help Center says that choosing names for things — no matter whether those be for babies or businesses, programs or products — is outside the scope of our site. We cannot help you pick your favorite name for a software entity.
– tchrist♦
Sep 20 at 18:01
add a comment
|
Is there a single word that means both logging in and logging out?
I have a single file which I currently have named as Login. But it does more than logging in, it also logs out. I'm looking for a word that encompasses both login and logout.
single-word-requests hypernyms
Is there a single word that means both logging in and logging out?
I have a single file which I currently have named as Login. But it does more than logging in, it also logs out. I'm looking for a word that encompasses both login and logout.
single-word-requests hypernyms
single-word-requests hypernyms
edited Sep 20 at 13:25
Kris
34.3k6 gold badges43 silver badges127 bronze badges
34.3k6 gold badges43 silver badges127 bronze badges
asked Sep 20 at 7:38
onkarjitonkarjit
1535 bronze badges
1535 bronze badges
closed as off-topic by Lawrence, Robusto, Hot Licks, tchrist♦ Sep 20 at 18:01
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions on choosing an ideal word or phrase must include information on how it will be used in order to be answered. For help writing a good word or phrase request, see: About single word requests" – Lawrence, Robusto
closed as off-topic by Lawrence, Robusto, Hot Licks, tchrist♦ Sep 20 at 18:01
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions on choosing an ideal word or phrase must include information on how it will be used in order to be answered. For help writing a good word or phrase request, see: About single word requests" – Lawrence, Robusto
closed as off-topic by Lawrence, Robusto, Hot Licks, tchrist♦ Sep 20 at 18:01
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions on choosing an ideal word or phrase must include information on how it will be used in order to be answered. For help writing a good word or phrase request, see: About single word requests" – Lawrence, Robusto
I'm voting to close this question as off-topic because our Help Center says that choosing names for things — no matter whether those be for babies or businesses, programs or products — is outside the scope of our site. We cannot help you pick your favorite name for a software entity.
– tchrist♦
Sep 20 at 18:01
add a comment
|
I'm voting to close this question as off-topic because our Help Center says that choosing names for things — no matter whether those be for babies or businesses, programs or products — is outside the scope of our site. We cannot help you pick your favorite name for a software entity.
– tchrist♦
Sep 20 at 18:01
I'm voting to close this question as off-topic because our Help Center says that choosing names for things — no matter whether those be for babies or businesses, programs or products — is outside the scope of our site. We cannot help you pick your favorite name for a software entity.
– tchrist♦
Sep 20 at 18:01
I'm voting to close this question as off-topic because our Help Center says that choosing names for things — no matter whether those be for babies or businesses, programs or products — is outside the scope of our site. We cannot help you pick your favorite name for a software entity.
– tchrist♦
Sep 20 at 18:01
add a comment
|
2 Answers
2
active
oldest
votes
Logging in is authenticating and logging out is unauthenticating. Code that does both handles authentication.
An example of authentication being used as a hypernym like this can be found in the CakePHP docs:
Authentication (login and logout)
We’re now ready to add our authentication layer. In CakePHP this is handled by the
AuthComponent, a class responsible for requiring login for certain actions, handling user sign-in and sign-out, and also authorizing logged in users to the actions they are allowed to reach.
Similarly, the Laravel (another PHP framework) documentation page titled Authentication also covers both logging in and logging out.
"logging out is unauthenticating" - I've never heard "unauthenticate" or "unauthenticating", do you have any references for them? Given the well-established definitions of "authenticate" and "unauthenticated", "unauthenticate" (which is not in the dictionary) as a verb doesn't really make sense. Logging out ends the current session, it doesn't change the fact that the user had been authenticated.
– nnnnnn
Sep 20 at 22:19
add a comment
|
You can use the name "user session" or simply "session" - this is more reflective of the behavior of your file which begins and ends an authenticated session for the user. Programmatically, by the way, this is exactly what happens: a user session begins with a login and is terminated with a logout. The word "authentication" suggested above is basically equivalent to "login", in and of itself it does not imply logout. CakePHP docs are misusing the term because they are trying to envelope three distinct tasks in it: login, authorization, and logout.
add a comment
|
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Logging in is authenticating and logging out is unauthenticating. Code that does both handles authentication.
An example of authentication being used as a hypernym like this can be found in the CakePHP docs:
Authentication (login and logout)
We’re now ready to add our authentication layer. In CakePHP this is handled by the
AuthComponent, a class responsible for requiring login for certain actions, handling user sign-in and sign-out, and also authorizing logged in users to the actions they are allowed to reach.
Similarly, the Laravel (another PHP framework) documentation page titled Authentication also covers both logging in and logging out.
"logging out is unauthenticating" - I've never heard "unauthenticate" or "unauthenticating", do you have any references for them? Given the well-established definitions of "authenticate" and "unauthenticated", "unauthenticate" (which is not in the dictionary) as a verb doesn't really make sense. Logging out ends the current session, it doesn't change the fact that the user had been authenticated.
– nnnnnn
Sep 20 at 22:19
add a comment
|
Logging in is authenticating and logging out is unauthenticating. Code that does both handles authentication.
An example of authentication being used as a hypernym like this can be found in the CakePHP docs:
Authentication (login and logout)
We’re now ready to add our authentication layer. In CakePHP this is handled by the
AuthComponent, a class responsible for requiring login for certain actions, handling user sign-in and sign-out, and also authorizing logged in users to the actions they are allowed to reach.
Similarly, the Laravel (another PHP framework) documentation page titled Authentication also covers both logging in and logging out.
"logging out is unauthenticating" - I've never heard "unauthenticate" or "unauthenticating", do you have any references for them? Given the well-established definitions of "authenticate" and "unauthenticated", "unauthenticate" (which is not in the dictionary) as a verb doesn't really make sense. Logging out ends the current session, it doesn't change the fact that the user had been authenticated.
– nnnnnn
Sep 20 at 22:19
add a comment
|
Logging in is authenticating and logging out is unauthenticating. Code that does both handles authentication.
An example of authentication being used as a hypernym like this can be found in the CakePHP docs:
Authentication (login and logout)
We’re now ready to add our authentication layer. In CakePHP this is handled by the
AuthComponent, a class responsible for requiring login for certain actions, handling user sign-in and sign-out, and also authorizing logged in users to the actions they are allowed to reach.
Similarly, the Laravel (another PHP framework) documentation page titled Authentication also covers both logging in and logging out.
Logging in is authenticating and logging out is unauthenticating. Code that does both handles authentication.
An example of authentication being used as a hypernym like this can be found in the CakePHP docs:
Authentication (login and logout)
We’re now ready to add our authentication layer. In CakePHP this is handled by the
AuthComponent, a class responsible for requiring login for certain actions, handling user sign-in and sign-out, and also authorizing logged in users to the actions they are allowed to reach.
Similarly, the Laravel (another PHP framework) documentation page titled Authentication also covers both logging in and logging out.
answered Sep 20 at 11:25
LaurelLaurel
40.5k7 gold badges82 silver badges135 bronze badges
40.5k7 gold badges82 silver badges135 bronze badges
"logging out is unauthenticating" - I've never heard "unauthenticate" or "unauthenticating", do you have any references for them? Given the well-established definitions of "authenticate" and "unauthenticated", "unauthenticate" (which is not in the dictionary) as a verb doesn't really make sense. Logging out ends the current session, it doesn't change the fact that the user had been authenticated.
– nnnnnn
Sep 20 at 22:19
add a comment
|
"logging out is unauthenticating" - I've never heard "unauthenticate" or "unauthenticating", do you have any references for them? Given the well-established definitions of "authenticate" and "unauthenticated", "unauthenticate" (which is not in the dictionary) as a verb doesn't really make sense. Logging out ends the current session, it doesn't change the fact that the user had been authenticated.
– nnnnnn
Sep 20 at 22:19
"logging out is unauthenticating" - I've never heard "unauthenticate" or "unauthenticating", do you have any references for them? Given the well-established definitions of "authenticate" and "unauthenticated", "unauthenticate" (which is not in the dictionary) as a verb doesn't really make sense. Logging out ends the current session, it doesn't change the fact that the user had been authenticated.
– nnnnnn
Sep 20 at 22:19
"logging out is unauthenticating" - I've never heard "unauthenticate" or "unauthenticating", do you have any references for them? Given the well-established definitions of "authenticate" and "unauthenticated", "unauthenticate" (which is not in the dictionary) as a verb doesn't really make sense. Logging out ends the current session, it doesn't change the fact that the user had been authenticated.
– nnnnnn
Sep 20 at 22:19
add a comment
|
You can use the name "user session" or simply "session" - this is more reflective of the behavior of your file which begins and ends an authenticated session for the user. Programmatically, by the way, this is exactly what happens: a user session begins with a login and is terminated with a logout. The word "authentication" suggested above is basically equivalent to "login", in and of itself it does not imply logout. CakePHP docs are misusing the term because they are trying to envelope three distinct tasks in it: login, authorization, and logout.
add a comment
|
You can use the name "user session" or simply "session" - this is more reflective of the behavior of your file which begins and ends an authenticated session for the user. Programmatically, by the way, this is exactly what happens: a user session begins with a login and is terminated with a logout. The word "authentication" suggested above is basically equivalent to "login", in and of itself it does not imply logout. CakePHP docs are misusing the term because they are trying to envelope three distinct tasks in it: login, authorization, and logout.
add a comment
|
You can use the name "user session" or simply "session" - this is more reflective of the behavior of your file which begins and ends an authenticated session for the user. Programmatically, by the way, this is exactly what happens: a user session begins with a login and is terminated with a logout. The word "authentication" suggested above is basically equivalent to "login", in and of itself it does not imply logout. CakePHP docs are misusing the term because they are trying to envelope three distinct tasks in it: login, authorization, and logout.
You can use the name "user session" or simply "session" - this is more reflective of the behavior of your file which begins and ends an authenticated session for the user. Programmatically, by the way, this is exactly what happens: a user session begins with a login and is terminated with a logout. The word "authentication" suggested above is basically equivalent to "login", in and of itself it does not imply logout. CakePHP docs are misusing the term because they are trying to envelope three distinct tasks in it: login, authorization, and logout.
answered Sep 20 at 16:15
postoronnimpostoronnim
1192 bronze badges
1192 bronze badges
add a comment
|
add a comment
|
I'm voting to close this question as off-topic because our Help Center says that choosing names for things — no matter whether those be for babies or businesses, programs or products — is outside the scope of our site. We cannot help you pick your favorite name for a software entity.
– tchrist♦
Sep 20 at 18:01