Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter lost my session
#11

[eluser]WanWizard[/eluser]
You shouldn't use the session as a replacement for your database.
Only store the information in the session that is required to maintain state in your application.

From an authentication / authorisation perspective, the user_id and user_name, and the user's rights structure, is sufficient for the application. The single form that needs to display more information about the user can retrieve it from the database using the stored user_id.


Messages In This Thread
CodeIgniter lost my session - by El Forum - 08-23-2010, 04:42 PM
CodeIgniter lost my session - by El Forum - 08-24-2010, 03:39 PM
CodeIgniter lost my session - by El Forum - 08-24-2010, 11:23 PM
CodeIgniter lost my session - by El Forum - 08-26-2010, 01:38 AM
CodeIgniter lost my session - by El Forum - 08-26-2010, 08:55 AM
CodeIgniter lost my session - by El Forum - 08-26-2010, 09:55 AM
CodeIgniter lost my session - by El Forum - 08-26-2010, 11:07 AM
CodeIgniter lost my session - by El Forum - 08-26-2010, 11:54 AM
CodeIgniter lost my session - by El Forum - 08-26-2010, 05:16 PM
CodeIgniter lost my session - by El Forum - 08-26-2010, 05:24 PM
CodeIgniter lost my session - by El Forum - 08-27-2010, 02:17 AM
CodeIgniter lost my session - by El Forum - 08-27-2010, 10:16 AM
CodeIgniter lost my session - by El Forum - 08-27-2010, 12:13 PM
CodeIgniter lost my session - by El Forum - 08-27-2010, 01:28 PM
CodeIgniter lost my session - by El Forum - 08-27-2010, 01:55 PM
CodeIgniter lost my session - by El Forum - 08-27-2010, 05:30 PM
CodeIgniter lost my session - by El Forum - 09-01-2010, 11:43 AM
CodeIgniter lost my session - by El Forum - 09-01-2010, 01:16 PM
CodeIgniter lost my session - by El Forum - 09-01-2010, 01:24 PM
CodeIgniter lost my session - by El Forum - 09-01-2010, 01:37 PM
CodeIgniter lost my session - by El Forum - 09-01-2010, 04:12 PM
CodeIgniter lost my session - by El Forum - 09-02-2010, 08:04 AM
CodeIgniter lost my session - by El Forum - 09-02-2010, 08:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB