SilexLab / Board

The modern open source bulletin board software
www.silexboard.org
GNU General Public License v3.0
20 stars 6 forks source link

Session value is NULL #108

Closed noxifoxi closed 12 years ago

noxifoxi commented 12 years ago

the session value set in class User line 94 Session::Set('LoginError', Language::Get('com.sbb.login.no_user')); will saved as NULL in session data. It seems caused by the header('location: ...'); after the Sesseion::Set(...);. But dunno why.

Task: On sign up fill the form input fields on Register page with the entered values.