Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1IMPERSONATION_FOR_ID = "_impersonation_for_id" 

2"""The name of the session key used to identify the user being impersonated.""" 

3 

4IMPERSONATION_PREVIOUS_URL = "_impersonation_previous_url" 

5"""The name of the session key used to send the impersonator back to the original URL after impersonation ends.""" 

6 

7IMPERSONATION_SESSION_KEY = "_impersonation_session_key" 

8"""The name of the session key used to identify the current impersonation session."""