My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ChangesVersion0631  
Security changes + additional options
Featured, Phase-Deploy
Updated Aug 21, 2009 by eric...@gmail.com

Details

Security

Bug when checking incomming CSRF tokens. Check was only performed for token names not for their value.

Additional Options

/* $_SEQ_SESSION_NAME
 * Name of the session.
 * default:PHPSESSID
 */

$_SEQ_SESSION_NAME = 'SESSIONNAME';

/* $_SEQ_FILTER_NOMATCH_ACTION
 * What happens when a value does not match its filter.
 * "delay": Delays response for 50 seconds.
 * "logout": Deletes current session.
 * If "logout" is used with "$_SEQ_ONERROR_REDIRECT_TO", the user will be redirected
 * to there.
 * OPTIONS (separated by space):
 * email, delay, logout, redirect
 */                 
$_SEQ_FILTER_NOMATCH_ACTION = 'redirect';

Sign in to add a comment
Powered by Google Project Hosting