'How to maintain custom session for custom login and registration account module in magento 1.9.2 community edition

I am developing a module in which I am creating separate account which not using anything of customer. I am not able to create a separate session for my module. I tried to study customer module's session.php but I didn't get it. I am not understanding this code:

public function __construct()
{
    $namespace = 'customer'; 
}

Please guide me on how I can achieve it.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source