multiple sessions per user
Posted: Wed Mar 25, 2009 1:23 pm
is it possible or allowable, technically speaking, to assign multiple session ids to one user ?
most user management systems already use session info, if i wanted to make some processing on my own, i would need to assign the current user a new session i.e. by session start() and this would be on top of what is already assigned/designated by the current app.
most user management systems already use session info, if i wanted to make some processing on my own, i would need to assign the current user a new session i.e. by session start() and this would be on top of what is already assigned/designated by the current app.