a bit new to CI, googled and overflowed alot and still got no answer
- User enters site.
- After succesful auth got redirected to main page
- Link on the url stays the same with class/method
- If u refresh page on a main - u always got question about repopulate form (chrome/firefox 100%)
the solution may be: after success redirect to another class or method
but i don't know how to do it, documentation seems more like reference to me
code is here: http://paste.ubuntu.com/696751/ line 28 - how to do redirect to another class or method with a redirection to another view too?