Wiki articles in category How-tos tagged with "CSRF"

Showing 1-2 of 2 items.

How to validate CSRF token with session

Created 12 years ago by yangmls, updated 12 years ago by yangmls.

First of all, You must change component config to enable the default Yii CSRF validation.

21 0
27 followers
Viewed: 100 362 times
Version: 1.1
Category: How-tos
Tags: CSRF, session

Checking for "expired" sessions/logins on the client side

Created 10 years ago by le_top, updated 9 years ago by le_top.

Getting "Expired token" errors ? Here is a solution to avoid invalid CSRF on POST or ajax requests, or user identity changes.

4 0
12 followers
Viewed: 35 356 times
Version: 1.1
Category: How-tos