Hi,
I've a online service tool where users registers themselves and use it.
I've admin control panel for this service. Sometimes when users tell us some weird things about data and usuability , we need to check them as if they were logging in ...
so i decided to have a page in admin panel as 'log in as xx user' where xx is an user of our service..
I done it by simply setting sessions variables for that particular user account and bypassing the login option.. When i finished testing, i logout and again login as admin to do other activities..
But now i need not logout and then login as admin after everytime i logged in as different user..
Can i set two simultaneous session at a time for a single page/service???
(i.e) in one tab of the browser i act as an admin and in other tab i'll act as a user?
Any ideas..
I remember 've seen phpbb using them...