I have “create package” page, user fill data that required.
After that, when user press create button, my system will check is user has been login or not.
If user not login yet, user should be redirect to login page.
When user credential is accepted, user will be redirect to “create package” process, with same information (lastest POST data).
How to do that ?
Thanks.
Store the POST data in the session,
http://www.yiiframework.com/doc/api/1.1/CHttpSession/