multiple logins from one browser instance |
[eluser]alboyd[/eluser]
[quote author="KarlFranz" date="1256925680"]I already do it. You need to create your MY_Session.php and MY_config.php. what I have done : Make follow a Session_id in querystring http://mysite.com/controler/action/?sess...1234567890 for your session, you only need to transform your userdata in a array of user data. your session_id is the key to retrive the value you want. MY_Session function userdata($item) function set_userdata($newdata = array(), $newval = '') MY_Config function site_url($uri = '', $add_sessid = TRUE) the function you need to make. Mathieu[/quote] Oh yeh makes total sense! |
Messages In This Thread |
multiple logins from one browser instance - by El Forum - 10-30-2009, 04:19 AM
multiple logins from one browser instance - by El Forum - 10-30-2009, 05:59 AM
multiple logins from one browser instance - by El Forum - 10-30-2009, 06:15 AM
multiple logins from one browser instance - by El Forum - 10-30-2009, 07:01 AM
multiple logins from one browser instance - by El Forum - 10-30-2009, 08:40 AM
|