Data does not load completely when login form routes to a manually entered URI. |
[eluser]momsenmeister[/eluser]
Hi guys, I have implemented a simple community platform. User can login with a simple login form. After the login they see another page filled with their specific user data. The problem is, this only works when the login comes directly from the root domain. If someone wants to access a specific URI (www.domain.com/accountdata), and if he's not logged in already, the login form appears. The user can login now and lands on www.domain.com/accountdata. But in this case, the data (loaded from a model and submitted to the view by a controller) is not loaded completed. The first one or two entries are there - but the rest is missing. Another refresh loads the rest. What could be the problem? How can it be that the view is loaded before the data is complete? Thx for your help!
[eluser]momsenmeister[/eluser]
PROBLEM SOLVED Had a problem in the model concerning the creation of the session... |
Welcome Guest, Not a member yet? Register Sign In |