Session
Copyright © by Armin Ruediger Vieweg <info@professorweb.de>Published under the Open Content License available from http://www.opencontent.org/opl.shtml
Table Of Contents
- 1. EXT: session
- 1.1. Introduction
- 1.2. Administration
- 1.3. Configuration
- Set session variable
- Get session variable
- Get session variable with pure typoscript
- You can read the session variables without using a user function. The variables are stored in the properties of the current fe_user:
- page.20 = TEXT
- page.20.data = TSFE:fe_user|sesData|tx_session_leetNumber
- Properties of lib.setSessionVar
- Properties of lib.getSessionVar
- Read online
- Use typoscript as name and value
- This example sets the variable 'currentUid' to the uid of current page.
- Example
- Example for dontWriteSessionVar property
- 1.4. Known problems
This document is related to version 1.2.3 of the extension session.