Search found 2 matches
Page 1 of 1
Search found 2 matches
Invalid token bug on admin
When entering admin side - after logging in - if I remove the token=sessionID string I'm receiving error 'invalid token please log in' I considered to think that it's clearly bug: after login I don't need to repeat the token in url string! the system clearly checks for session['token']==get['token']...
Jump to post- Wed Dec 07, 2011 2:50 pm
- Replies 599
- Views 303771
Re: 1.5.0.5 token error - the problem and solution
I'm stuck with the issue too: if I don't entry the token in url string I've receiving the error. It' surely the bug So I deeped in the code and found in admin/controller/common/login.php: (I've added dump instruction) if ((isset($this->session->data['token']) && !isset($this->request->get['t...
Jump to post- Wed Dec 07, 2011 2:43 pm
- Replies 18
- Views 5783
Page 1 of 1
Search found 2 matches