Alemalakra / xWAF

xWAF 3.0 - Free Web Application Firewall, Open-Source.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with sessions

opened this issue · comments

Hi, my site is getting problem with the use of @session_start.

The @session_start function, (called on cookieCheck() and start() ) is in contrast with the real session I use for login (PHP says "error, cannot change session name and start a session if is already started).

What I can do for solving the problem without disabling any control of the firewall?