Does anyone know how to handle the session object manually? I know devise stores it in the database, but there must be a way to set the session manually.
I have a fully functional authentication system with a user table that has over fifty columns. It s simple but it does hash encryption with salt, uses email instead of usernames, and has two separate ...