Difference between revisions of "OXSessionHandling"

m
m (OXSessionHandling)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Welcome to the section in OXpedia that deals with session handling. Everything your users do with an OX server will happen in the context of a session. The session identifies which user is undertaking an action, so that permissions and settings for the user can be considered. So, in essence, before the user does anything with the OX system, she has to create a session (normally by logging in). This section of OXpedia will tell you how to customize the login procedure, understand in detail how session handling is done by the OX server including all its security features and how to configure them.
+
= OXSessionHandling =
 +
 
 +
Welcome to the section in OXpedia that deals with '''session handling'''. Everything your users do with an OX server will happen in the context of a '''session'''. The session '''identifies''' which user is undertaking an action, so that permissions and settings for the user can be considered. So, in essence, before the user does anything with the OX system, she has to create a session (normally by logging in). This section of OXpedia will tell you how to [[OXSessionFormLogin|customize the login procedure]], understand in detail [[OXSessionLifecycle|how session handling is done]] by the OX server including all its [[OXSessionSecurityFeatures|security features]] and how to configure them and [[OXSessionConfigurationOverview|everything else]].
  
 
'''It contains the following pages:'''
 
'''It contains the following pages:'''
Line 5: Line 7:
 
* The [[OXSessionHandlingGlossary]] contains terms we'll be referring to a lot in these pages. If you're reading an obscure term when we talk about session management, chances are good you'll find a definition in the glossary.
 
* The [[OXSessionHandlingGlossary]] contains terms we'll be referring to a lot in these pages. If you're reading an obscure term when we talk about session management, chances are good you'll find a definition in the glossary.
  
* The [[OXSessionFormLogin|OXSessionFormLogin page]] describes how you can create your own custom login form, that could even be embedded in other web pages. Formerly ( pre 6.20 ) this was known as the "easylogin".  
+
* The [[OXSessionLifecycle|OXSessionLifecycle page]] describes in detail what happens when a session is created and used.
  
 
* The [[OXSessionAutologin|OXSessionAutologin page]] describes how to set up ox sessions to survive a browser reload, or even closing and reopening the browser.
 
* The [[OXSessionAutologin|OXSessionAutologin page]] describes how to set up ox sessions to survive a browser reload, or even closing and reopening the browser.
  
* The [[OXSessionSecurityFeature|OXSessionSecurityFeature page]] gives an overview of ways to ensure the integrity of a session and how you can configure them.  
+
* The [[OXSessionFormLogin|OXSessionFormLogin page]] describes how you can create your own custom login form, that could even be embedded in other web pages. Formerly ( pre 6.20 ) this was known as the "easylogin".  
  
* The [[OXSessionConfigurationOverview]] provides a comprehensive overview of configuration options that govern the session system.  
+
* The [[OXSessionSecurityFeatures|OXSessionSecurityFeature page]] gives an overview of ways to ensure the integrity of a session and how you can configure them.  
  
* The [[OXSessionLifecycle|OXSessionLifecycle page]] describes in detail what happens when a session is created and used.
+
* The [[OXSessionConfigurationOverview]] provides a comprehensive overview of configuration options that govern the session system.

Latest revision as of 12:48, 17 May 2011

OXSessionHandling

Welcome to the section in OXpedia that deals with session handling. Everything your users do with an OX server will happen in the context of a session. The session identifies which user is undertaking an action, so that permissions and settings for the user can be considered. So, in essence, before the user does anything with the OX system, she has to create a session (normally by logging in). This section of OXpedia will tell you how to customize the login procedure, understand in detail how session handling is done by the OX server including all its security features and how to configure them and everything else.

It contains the following pages:

  • The OXSessionHandlingGlossary contains terms we'll be referring to a lot in these pages. If you're reading an obscure term when we talk about session management, chances are good you'll find a definition in the glossary.
  • The OXSessionAutologin page describes how to set up ox sessions to survive a browser reload, or even closing and reopening the browser.
  • The OXSessionFormLogin page describes how you can create your own custom login form, that could even be embedded in other web pages. Formerly ( pre 6.20 ) this was known as the "easylogin".