Nearly all <FORM> blocks now contain a hidden input
[citadel.git] / webcit / webcit.h
index 25a5f9710844be491b55cb71f1ac174f1b66618c..a50d0e57291b4e39017924ec29f5f84ff0fde8ba 100644 (file)
@@ -397,6 +397,7 @@ struct wcsession {
        char floordiv_expanded[32];             /**< which floordiv currently expanded */
        int selected_language;                  /**< Language selected by user */
        time_t last_pager_check;                /**< last time we polled for instant msgs */
+       int nonce;                              /**< session nonce (to prevent session riding) */
 };
 
 /** values for WC->current_iconbar */