Handling multiple sessions in an application
-
In my application I have a admin control panel where I can see the list of all the companies registerd with our system. We need to provide the option to login to any company from admin panel of the application. But at the same time I need to maintain a new session for each company i login to. For example If I login to company1 and i set the value of a session variable =1 and then i login to company2 and i set the value of a session variable = 2 then both of these values should be available in their respective sessions. Please help me out! Thanks in advance.
-
In my application I have a admin control panel where I can see the list of all the companies registerd with our system. We need to provide the option to login to any company from admin panel of the application. But at the same time I need to maintain a new session for each company i login to. For example If I login to company1 and i set the value of a session variable =1 and then i login to company2 and i set the value of a session variable = 2 then both of these values should be available in their respective sessions. Please help me out! Thanks in advance.
If i can understand your idear i dier; Please Post again your idear and tell me more about that. Examplete databese you using, application, what do you want, what about secsion... more and more details...???????/
-
In my application I have a admin control panel where I can see the list of all the companies registerd with our system. We need to provide the option to login to any company from admin panel of the application. But at the same time I need to maintain a new session for each company i login to. For example If I login to company1 and i set the value of a session variable =1 and then i login to company2 and i set the value of a session variable = 2 then both of these values should be available in their respective sessions. Please help me out! Thanks in advance.