summaryrefslogtreecommitdiff
path: root/paste/httpheaders.py
diff options
context:
space:
mode:
authorcce <devnull@localhost>2006-01-02 23:48:53 +0000
committercce <devnull@localhost>2006-01-02 23:48:53 +0000
commit878e2c5afe042c4cf34a171ab631353eaa3379bb (patch)
tree9818bdcd775824a86bd5f90a7c202c320813d979 /paste/httpheaders.py
parentc48f633794a671be12aee24c5ae4c26a6a0c734a (diff)
downloadpaste-878e2c5afe042c4cf34a171ab631353eaa3379bb.tar.gz
Diffstat (limited to 'paste/httpheaders.py')
-rw-r--r--paste/httpheaders.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/paste/httpheaders.py b/paste/httpheaders.py
index f714ba9..67a904d 100644
--- a/paste/httpheaders.py
+++ b/paste/httpheaders.py
@@ -156,6 +156,7 @@ class EnvironVariable(str):
def update(self, environ, value):
environ[self] = value
REMOTE_USER = EnvironVariable("REMOTE_USER")
+REMOTE_SESSION = EnvironVariable("REMOTE_SESSION")
AUTH_TYPE = EnvironVariable("AUTH_TYPE")
REQUEST_METHOD = EnvironVariable("REQUEST_METHOD")
SCRIPT_NAME = EnvironVariable("SCRIPT_NAME")