Important fixes to session matching and reuse logic.
[citadel.git] / webcit / webcit.h
index 3951ea38863caae23fd6337fced99ae395eeffd0..5166d0e8605fb8da0ca278284fdb02076e9f29c0 100644 (file)
@@ -490,7 +490,6 @@ struct wcsession {
        int killthis;                           /* Nonzero == purge this session */
        int ctdl_pid;                           /* Session ID on the Citadel server */
        int nonce;                              /* session nonce (to prevent session riding) */
-       int SessionKey;
        int inuse;                              /* set to nonzero if bound to a running thread */
 
 /* Session local Members */